Provides data for the ContextMenuOpening event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class ChartViewContextMenuOpeningEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsChartViewContextMenuOpeningEventArgs
Inherited Members
Constructors
Initializes a new instance of the GridViewRowEventArgs class.
C#
public ChartViewContextMenuOpeningEventArgs(RadContextMenu contextMenu)
the context menu which is associated with this provider
Properties
Gets or sets the context menu which is associated with this provider
C#
public RadContextMenu ContextMenu { get; set; }