Table of Contents

Class DispatcherEventArgs

Namespace
Avalonia.Threading
Assembly
Avalonia.Base.dll

Provides event data for Dispatcher related events.

public abstract class DispatcherEventArgs : EventArgs
Inheritance
DispatcherEventArgs
Derived
Inherited Members

Properties

Dispatcher

The Dispatcher associated with this event.

public Dispatcher Dispatcher { get; }

Property Value

Dispatcher