Delegate ExportEventHandler
Represents the method that will handle the Export event.
Namespace: Telerik.WinControls.Export
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void ExportEventHandler(object sender, ExportEventArgs e);
Parameters
System. The event sender. |
Export The Export |
Constructors
ExportEventHandler(Object, IntPtr)
Declaration
public ExportEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, ExportEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ExportEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Export
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, ExportEventArgs)
Declaration
public virtual void Invoke(object sender, ExportEventArgs e)
Parameters
System.
|
Export
|