Class ContextMenuItemClickEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class ContextMenuItemClickEventArgs : DockWindowEventArgs
Constructors
ContextMenuItemClickEventArgs(DockWindow, RadMenuItemBase)
Declaration
public ContextMenuItemClickEventArgs(DockWindow window, RadMenuItemBase item)
Parameters
DockWindow
window
|
RadMenuItemBase
item
|
Properties
Handled
Determines whether the event is handled by the user and default action should not be performed.
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|
Item
Gets the RadMenuItemBase instance, that is clicked.
Declaration
public RadMenuItemBase Item { get; }
Property Value
RadMenuItemBase
|