Delegate ChartViewContextMenuOpeningEventHandler
Represents the method that will handle the ContextMenuOpening events of a RadChartView.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public delegate void ChartViewContextMenuOpeningEventHandler(object sender, ChartViewContextMenuOpeningEventArgs e);
Parameters
System. The event sender, typicaly this is RadChartView |
Chart Instance of ContextMenuOpeningEventArgs containing the data related with this event |
Constructors
ChartViewContextMenuOpeningEventHandler(Object, IntPtr)
Declaration
public ChartViewContextMenuOpeningEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, ChartViewContextMenuOpeningEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ChartViewContextMenuOpeningEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Chart
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, ChartViewContextMenuOpeningEventArgs)
Declaration
public virtual void Invoke(object sender, ChartViewContextMenuOpeningEventArgs e)
Parameters
System.
|
Chart
|