Class
ContextMenuItemClickEventArgs

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public class ContextMenuItemClickEventArgs : DockWindowEventArgs

Inheritance: objectEventArgsDockWindowEventArgsContextMenuItemClickEventArgs

Inherited Members DockWindowEventArgs.DockWindowEventArgs.Empty

Constructors

ContextMenuItemClickEventArgs(DockWindow, RadMenuItemBase)

Declaration

cs-api-definition
public ContextMenuItemClickEventArgs(DockWindow window, RadMenuItemBase item)

Parameters

window

DockWindow

item

RadMenuItemBase

Properties

Handled

Determines whether the event is handled by the user and default action should not be performed.

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool

Item

Gets the RadMenuItemBase instance, that is clicked.

Declaration

cs-api-definition
public RadMenuItemBase Item { get; }

Property Value

RadMenuItemBase