Class ExportingGridEventHandler
Inheritance
System.Object
ExportingGridEventHandler
Assembly: Syncfusion.SfPivotGridConverter.UWP.dll
Syntax
public sealed class ExportingGridEventHandler : MulticastDelegate
Constructors
ExportingGridEventHandler(Object, IntPtr)
Declaration
public ExportingGridEventHandler(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
Extension Methods