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

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the GridViewRowEventArgs class.

C#
public ChartViewContextMenuOpeningEventArgs(RadContextMenu contextMenu)
Parameters:contextMenuRadContextMenu

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; }