RunWorkerCompletedEventArgs::UserState Property

 

Gets a value that represents the user state.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
[BrowsableAttribute(false)]
property Object^ UserState {
	Object^ get();
}

Property Value

Type: System::Object^

An Object representing the user state.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Return to top
Show: