Class TreeBoxContextMenuOpeningEventArgs
Event arguments of TreeBoxContextMenuOpeningEventHandler
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 TreeBoxContextMenuOpeningEventArgs class.
Declaration
public TreeBoxContextMenuOpeningEventArgs(RadContextMenu contextMenu)
Parameters
RadContextMenu
contextMenu
The context menu. |
Properties
ContextMenu
Gets the context menu.
Declaration
public RadContextMenu ContextMenu { get; }
Property Value
RadContextMenu
|