ClassTreeBoxContextMenuOpeningEventArgs
Class
Event arguments of TreeBoxContextMenuOpeningEventHandler
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TreeBoxContextMenuOpeningEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsTreeBoxContextMenuOpeningEventArgs
Inherited Members
Constructors
TreeBoxContextMenuOpeningEventArgs(RadContextMenu)
Initializes a new instance of the TreeBoxContextMenuOpeningEventArgs class.
Declaration
cs-api-definition
public TreeBoxContextMenuOpeningEventArgs(RadContextMenu contextMenu)
Parameters
contextMenu
The context menu.
Properties
ContextMenu
Gets the context menu.
Declaration
cs-api-definition
public RadContextMenu ContextMenu { get; }
Property Value