Delegate ExportingEventHandler
Handles the method that are triggered while exporting.
Assembly: Syncfusion.OlapGridConverter.WPF.dll
Syntax
public delegate void ExportingEventHandler(object sender, ExportingGridEventArgs e);
Parameters
Constructors
ExportingEventHandler(Object, IntPtr)
Declaration
public ExportingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ExportingGridEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ExportingGridEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
ExportingGridEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, ExportingGridEventArgs)
Declaration
public virtual void Invoke(object sender, ExportingGridEventArgs e)
Parameters