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