DataSourceProvider::Dispatcher Property

 

Gets or sets the current Dispatcher object to the UI thread to use.

Namespace:   System.Windows.Data
Assembly:  WindowsBase (in WindowsBase.dll)

protected:
property Dispatcher^ Dispatcher {
	Dispatcher^ get();
	void set(Dispatcher^ value);
}

Property Value

Type: System.Windows.Threading::Dispatcher^

The current Dispatcher object to the UI thread to use. By default, this is the Dispatcher object that is associated with the thread on which this instance was created.

.NET Framework
Available since 3.0
Return to top
Show: