Class TreeBoxContextMenuOpeningEventArgs
Event arguments of Tree
Inheritance
System.Object
TreeBoxContextMenuOpeningEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TreeBoxContextMenuOpeningEventArgs : CancelEventArgs
Constructors
TreeBoxContextMenuOpeningEventArgs(RadContextMenu)
Initializes a new instance of the Tree
Declaration
public TreeBoxContextMenuOpeningEventArgs(RadContextMenu contextMenu)
Parameters
Rad The context menu. |
Properties
ContextMenu
Gets the context menu.
Declaration
public RadContextMenu ContextMenu { get; }