DelegateChartViewLabelFormattingEventHandler
Delegate
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public delegate void ChartViewLabelFormattingEventHandler(object sender, ChartViewLabelFormattingEventArgs e)
Constructors
Methods
BeginInvoke(object, ChartViewLabelFormattingEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, ChartViewLabelFormattingEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
ChartViewLabelFormattingEventArgs
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, ChartViewLabelFormattingEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, ChartViewLabelFormattingEventArgs e)
Parameters
sender
e