TreeListMenuItemClickEventArgs Class
Provides data for the TreeList.TreeListMenuItemClick event.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
Remarks
The TreeList.TreeListMenuItemClick event fires when users click a menu item of a TreeList control context menu. The TreeListMenuItemClickEventArgs class provides all information required to handle this manually.
TreeListMenuItemClickEventArgs objects are automatically created, adjusted and passed to TreeList.TreeListMenuItemClick event handlers.
See Also