Class
TreeBoxContextMenuOpeningEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TreeBoxContextMenuOpeningEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsTreeBoxContextMenuOpeningEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

TreeBoxContextMenuOpeningEventArgs(RadContextMenu)

Initializes a new instance of the TreeBoxContextMenuOpeningEventArgs class.

Declaration

cs-api-definition
public TreeBoxContextMenuOpeningEventArgs(RadContextMenu contextMenu)

Parameters

contextMenu

RadContextMenu

The context menu.

Properties

ContextMenu

Gets the context menu.

Declaration

cs-api-definition
public RadContextMenu ContextMenu { get; }

Property Value

RadContextMenu