ClassChartViewContextMenuOpeningEventArgs
Class
Provides data for the ContextMenuOpening event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class ChartViewContextMenuOpeningEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsChartViewContextMenuOpeningEventArgs
Inherited Members
Constructors
ChartViewContextMenuOpeningEventArgs(RadContextMenu)
Initializes a new instance of the GridViewRowEventArgs class.
Declaration
cs-api-definition
public ChartViewContextMenuOpeningEventArgs(RadContextMenu contextMenu)
Parameters
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
cs-api-definition
public RadContextMenu ContextMenu { get; set; }
Property Value