ClassContextMenuItemClickEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public class ContextMenuItemClickEventArgs : DockWindowEventArgs
Inheritance: objectEventArgsDockWindowEventArgsContextMenuItemClickEventArgs
Inherited Members
Constructors
ContextMenuItemClickEventArgs(DockWindow, RadMenuItemBase)
Declaration
cs-api-definition
public ContextMenuItemClickEventArgs(DockWindow window, RadMenuItemBase item)
Parameters
window
item
Properties
Handled
Determines whether the event is handled by the user and default action should not be performed.
Item
Gets the RadMenuItemBase instance, that is clicked.