Class ChartViewContextMenuOpeningEventArgs
Provides data for the ContextMenuOpening event
Inheritance
System.Object
ChartViewContextMenuOpeningEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ChartViewContextMenuOpeningEventArgs : CancelEventArgs
Constructors
ChartViewContextMenuOpeningEventArgs(RadContextMenu)
Initializes a new instance of the GridViewRowEventArgs class.
Declaration
public ChartViewContextMenuOpeningEventArgs(RadContextMenu contextMenu)
Parameters
RadContextMenu
contextMenu
the context menu which is associated with this provider |
Properties
ContextMenu
Gets or sets the context menu which is associated with this provider
Declaration
public RadContextMenu ContextMenu { get; set; }
Property Value
RadContextMenu
|