Binding::AsyncState Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets opaque data passed to the asynchronous data dispatcher.

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

public:
property Object^ AsyncState {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

Data passed to the asynchronous data dispatcher.

.NET Framework
Available since 3.0
Return to top
Show: