Click or drag to resize
ApplicationDispatcher Property
Access application/windows specific dispatcher.

Namespace:  GDEx
Assembly:  GDEx.UAP (in GDEx.UAP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CoreDispatcher Dispatcher { get; }

Property Value

Type: CoreDispatcher
Remarks
It can't be accessed before OnWindowCreated(WindowCreatedEventArgs) is called.
See Also