TreeListMenuItemClickEventArgs Constructors
Provides data for the TreeList.TreeListMenuItemClick event.| Name | Parameters | Description |
|---|---|---|
| TreeListMenuItemClickEventArgs(TreeListColumn, AutoFilterCondition, DXMenuItem) | column, condition, menuItem | Initializes a new instance of the TreeListMenuItemClickEventArgs class with the specified settings. |
| TreeListMenuItemClickEventArgs(TreeListColumn, Boolean, SummaryItemType, String, TreeListMenuType, DXMenuItem) | column, isFooter, type, format, menuType, menuItem | Initializes a new instance of the TreeListMenuItemClickEventArgs class. |
See Also