Class UnhandledConditionEventHandler
Inheritance
System.Object
UnhandledConditionEventHandler
Assembly: Syncfusion.SfPdfViewer.XForms.dll
public sealed class UnhandledConditionEventHandler : MulticastDelegate
Constructors
Declaration
public UnhandledConditionEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, UnhandledConditionEventArgs args, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, UnhandledConditionEventArgs args)
Parameters