Skip to main content
A newer version of this page is available. .

TreeListMenuItemClickEventArgs Class

Provides data for the TreeList.TreeListMenuItemClick event.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public class TreeListMenuItemClickEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
TreeListMenuItemClickEventArgs
See Also