Class PdfSignatureEventHandler
Delegate for handling PdfSignatureEventArgs
Inheritance
System.Object
PdfSignatureEventHandler
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public sealed class PdfSignatureEventHandler : MulticastDelegate
Constructors
PdfSignatureEventHandler(Object, IntPtr)
Declaration
public PdfSignatureEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, PdfSignatureEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PdfSignatureEventArgs ars, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
PdfSignatureEventArgs |
ars |
|
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, PdfSignatureEventArgs)
Declaration
public virtual void Invoke(object sender, PdfSignatureEventArgs ars)
Parameters