ICoreWindow.Dispatcher Property

Definition

Specifies a property that gets the event dispatcher for the window.

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

Property Value

The event dispatcher for the window.

Applies to

See also