New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public class ContextMenuItemClickEventArgs : DockWindowEventArgs

Inheritance: objectEventArgsDockWindowEventArgsContextMenuItemClickEventArgs

Inherited Members DockWindowEventArgs.DockWindowEventArgs.Empty

Constructors

C#
public ContextMenuItemClickEventArgs(DockWindow window, RadMenuItemBase item)
Parameters:windowDockWindowitemRadMenuItemBase

Properties

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

C#
public bool Handled { get; set; }

Gets the RadMenuItemBase instance, that is clicked.

C#
public RadMenuItemBase Item { get; }