Class SheetAfterDrawnEventHandler
Represents the method that handles the sheetAfterDrawn Event.
Inheritance
System.Object
SheetAfterDrawnEventHandler
Assembly: Syncfusion.ExcelToPDFConverter.Base.dll
Syntax
public sealed class SheetAfterDrawnEventHandler : MulticastDelegate
Constructors
SheetAfterDrawnEventHandler(Object, IntPtr)
Declaration
public SheetAfterDrawnEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, SheetAfterDrawnEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SheetAfterDrawnEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
SheetAfterDrawnEventArgs |
args |
|
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, SheetAfterDrawnEventArgs)
Declaration
public virtual void Invoke(object sender, SheetAfterDrawnEventArgs args)
Parameters