TreeListMenuEventArgs Class
OBSOLETE
You should use the 'PopupMenuShowingEventArgs' instead
Provides data for the TreeList.ShowTreeListMenu event.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'PopupMenuShowingEventArgs' instead", false)]
public class TreeListMenuEventArgs :
PopupMenuShowingEventArgs
Inheritance
Object
EventArgs
BasePopupMenuShowingEventArgs
PopupMenuShowingEventArgs
TreeListMenuEventArgs
See Also