Gets or sets a value indicating whether notifications from INotifyPropertyChanged interface coming from a non-GUI thread are processed in the asynchronous way.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public bool AsynchronousUpdates { get; set; }
Visual Basic
Public Property AsynchronousUpdates As Boolean
	Get
	Set
Visual C++
public:
property bool AsynchronousUpdates {
	bool get ();
	void set (bool value);
}
F#
member AsynchronousUpdates : bool with get, set

Property Value

Type: Boolean
true if notification from non-GUI thread are processed in the asynchronous way; otherwise, false.

See Also