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