DispatcherEventArgs Class
Definition
Provides event data for Dispatcher related events.
public class DispatcherEventArgs
Properties
| Name | Description |
|---|---|
| Dispatcher | The Dispatcher associated with this event. |
Dispatcher Property
The Dispatcher associated with this event.
public Avalonia.Threading.Dispatcher Dispatcher { get; set; }