Back to Devexpress

TreeListMenuEventArgs Class

windowsforms-devexpress-dot-xtratreelist-a61ee428.md

latest1.8 KB
Original Source

TreeListMenuEventArgs Class

OBSOLETE

You should use the 'PopupMenuShowingEventArgs' instead

Provides data for the TreeList.ShowTreeListMenu event.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'PopupMenuShowingEventArgs' instead", false)]
public class TreeListMenuEventArgs :
    PopupMenuShowingEventArgs
vb
<Obsolete("You should use the 'PopupMenuShowingEventArgs' instead", False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Class TreeListMenuEventArgs
    Inherits PopupMenuShowingEventArgs

Inheritance

Object EventArgs BasePopupMenuShowingEventArgs PopupMenuShowingEventArgs TreeListMenuEventArgs

See Also

TreeListMenuEventArgs Members

ShowTreeListMenu

DevExpress.XtraTreeList Namespace