CoreIndependentInputSource.Dispatcher Property

Definition

Gets the event dispatcher for the window.

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

Property Value

The CoreDispatcher for the window.

Implements

Applies to