Delegate SparklineElementExportingEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void SparklineElementExportingEventHandler(object sender, SparklineElementExportingEventArgs e);
Parameters
System.
|
Sparkline
|
Constructors
SparklineElementExportingEventHandler(Object, IntPtr)
Declaration
public SparklineElementExportingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, SparklineElementExportingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SparklineElementExportingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Sparkline
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, SparklineElementExportingEventArgs)
Declaration
public virtual void Invoke(object sender, SparklineElementExportingEventArgs e)
Parameters
System.
|
Sparkline
|