CoreComponentInputSource.Dispatcher Property

Definition

Gets the input event dispatcher for the hosted XAML framework element.

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

Property Value

The CoreDispatcher for the hosted XAML framework element.

Implements

Applies to