Delegate GroupingGridExcelConverterControl.GridExportElementEventHandler
Assembly: Syncfusion.GridConverter.Windows.dll
Syntax
public delegate void GridExportElementEventHandler(object sender, GridExportElementEventArgs e);
Parameters
Constructors
GridExportElementEventHandler(Object, IntPtr)
Declaration
public GridExportElementEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GridExportElementEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridExportElementEventArgs 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, GridExportElementEventArgs)
Declaration
public virtual void Invoke(object sender, GridExportElementEventArgs e)
Parameters