Skip to main content

DispatcherEventArgs Class

Definition

Assembly:Avalonia.Base
Package:Avalonia

Provides event data for Dispatcher related events.

public class DispatcherEventArgs

Inheritance: EventArgs -> DispatcherEventArgs

Properties

NameDescription
DispatcherThe Dispatcher associated with this event.

Dispatcher Property

The Dispatcher associated with this event.

public Avalonia.Threading.Dispatcher Dispatcher { get; set; }