Class TreeGridCellPdfExportingEventHandler
Represents the method that will handle the exporting of cell to Pdf.
Inheritance
System.Object
TreeGridCellPdfExportingEventHandler
Assembly: Syncfusion.SfGridConverter.UWP.dll
Syntax
public sealed class TreeGridCellPdfExportingEventHandler : MulticastDelegate
Constructors
TreeGridCellPdfExportingEventHandler(Object, IntPtr)
Declaration
public TreeGridCellPdfExportingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, TreeGridCellPdfExportingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, TreeGridCellPdfExportingEventArgs 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, TreeGridCellPdfExportingEventArgs)
Declaration
public virtual void Invoke(object sender, TreeGridCellPdfExportingEventArgs e)
Parameters
Extension Methods