DelegateChartViewContextMenuOpeningEventHandler
Delegate
Represents the method that will handle the ContextMenuOpening events of a RadChartView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public delegate void ChartViewContextMenuOpeningEventHandler(object sender, ChartViewContextMenuOpeningEventArgs e)
Constructors
Methods
BeginInvoke(object, ChartViewContextMenuOpeningEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, ChartViewContextMenuOpeningEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
ChartViewContextMenuOpeningEventArgs
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, ChartViewContextMenuOpeningEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, ChartViewContextMenuOpeningEventArgs e)
Parameters
sender
e