DispatcherUnhandledExceptionEventHandler Delegate
Definition
Represents the method that will handle the Avalonia.Threading.Dispatcher.UnhandledException event.
public delegate DispatcherUnhandledExceptionEventHandler
Constructors
| Name | Description |
|---|---|
| DispatcherUnhandledExceptionEventHandler | No summary available. |
DispatcherUnhandledExceptionEventHandler Constructor
public DispatcherUnhandledExceptionEventHandler(object object, IntPtr method)
Parameters
object object
method IntPtr
Methods
| Name | Description |
|---|---|
| BeginInvoke | No summary available. |
| EndInvoke | No summary available. |
| Invoke | No summary available. |
BeginInvoke Method
public IAsyncResult BeginInvoke(object sender, Avalonia.Threading.DispatcherUnhandledExceptionEventArgs e, AsyncCallback callback, object object)
Parameters
sender object
e Avalonia.Threading.DispatcherUnhandledExceptionEventArgs
callback AsyncCallback
object object
Returns
IAsyncResult
EndInvoke Method
public void EndInvoke(IAsyncResult result)
Parameters
result IAsyncResult
Invoke Method
public void Invoke(object sender, Avalonia.Threading.DispatcherUnhandledExceptionEventArgs e)
Parameters
sender object