Skip to main content

Dispatcher Events

Events

ShutdownFinishedRaised when the dispatcher is shut down.
ShutdownStartedRaised when the dispatcher is shutting down.
UnhandledExceptionOccurs when a thread exception is thrown and uncaught during execution of a delegate by way of Invoke(Action) or InvokeAsync(Action).
UnhandledExceptionFilterOccurs when a thread exception is thrown and uncaught during execution of a delegate by way of Invoke(Action) or InvokeAsync(Action) when in the filter stage.

See Also

Reference

Dispatcher Class
Avalonia.Threading Namespace