Class ContextMenuOpeningEventArgs
Provides data for the ContextMenuOpening event
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ContextMenuOpeningEventArgs : CancelEventArgs
Constructors
ContextMenuOpeningEventArgs(IContextMenuProvider, RadDropDownMenu)
Initializes a new instance of the GridViewRowEventArgs class.
Declaration
public ContextMenuOpeningEventArgs(IContextMenuProvider provider, RadDropDownMenu contextMenu)
Parameters
IContext the element for which the context menu will be open |
Rad the context menu which is associated with this provider |
ContextMenuOpeningEventArgs(IContextMenuProvider, RadDropDownMenu, Boolean)
Initializes a new instance of the GridViewRowEventArgs class.
Declaration
public ContextMenuOpeningEventArgs(IContextMenuProvider provider, RadDropDownMenu contextMenu, bool cancel)
Parameters
IContext the element for which the context menu will be open |
Rad the context menu which is associated with this provider |
System. a value indicating whether to cancel the event |
Properties
ContextMenu
Gets or sets the context menu which is associated with this provider
Declaration
public RadDropDownMenu ContextMenu { get; set; }
Property Value
ContextMenuProvider
Gets the element for which the context menu will be open
Declaration
public IContextMenuProvider ContextMenuProvider { get; }