DispatcherUnhandledExceptionEventHandler Delegate
Represents the method that will handle the UnhandledException event.
Definition
Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public delegate void DispatcherUnhandledExceptionEventHandler(
Object sender,
DispatcherUnhandledExceptionEventArgs e
)
Public Delegate Sub DispatcherUnhandledExceptionEventHandler (
sender As Object,
e As DispatcherUnhandledExceptionEventArgs
)
type DispatcherUnhandledExceptionEventHandler =
delegate of
sender : Object *
e : DispatcherUnhandledExceptionEventArgs -> unit