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