Handled Property
Gets or sets whether the exception event has been handled.
Definition
Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Handled { get; set; }
Public Property Handled As Boolean
Get
Set
member Handled : bool with get, set
Property Value
BooleanSee Also
Reference
DispatcherUnhandledExceptionEventArgs Class
Avalonia.Threading Namespace