Binding.AsyncState Property

Definition

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

public:
 property System::Object ^ AsyncState { System::Object ^ get(); void set(System::Object ^ value); };
public object AsyncState { get; set; }
member this.AsyncState : obj with get, set
Public Property AsyncState As Object

Property Value

Data passed to the asynchronous data dispatcher.

Applies to

See also