Class GridChildExportingEventHandler
Inheritance
System.Object
GridChildExportingEventHandler
Assembly: Syncfusion.SfGridConverter.WPF.dll
Syntax
public sealed class GridChildExportingEventHandler : MulticastDelegate
Constructors
GridChildExportingEventHandler(Object, IntPtr)
Declaration
public GridChildExportingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GridChildExportingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridChildExportingEventArgs 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, GridChildExportingEventArgs)
Declaration
public virtual void Invoke(object sender, GridChildExportingEventArgs e)
Parameters