Class GridExcelExportingEventhandler
Represents the method which handles the excel exporting.
Inheritance
System.Object
GridExcelExportingEventhandler
Assembly: Syncfusion.SfGridConverter.UWP.dll
Syntax
public sealed class GridExcelExportingEventhandler : MulticastDelegate
Constructors
GridExcelExportingEventhandler(Object, IntPtr)
Declaration
public GridExcelExportingEventhandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GridExcelExportingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridExcelExportingEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, GridExcelExportingEventArgs)
Declaration
public virtual void Invoke(object sender, GridExcelExportingEventArgs e)
Parameters
Extension Methods