CoreWindow.Dispatcher Property

Definition

Gets the event dispatcher for the window.

public:
 property CoreDispatcher ^ Dispatcher { CoreDispatcher ^ get(); };
CoreDispatcher Dispatcher();
public CoreDispatcher Dispatcher { get; }
var coreDispatcher = coreWindow.dispatcher;
Public ReadOnly Property Dispatcher As CoreDispatcher

Property Value

The event dispatcher for the window.

Implements

Applies to

See also