Uploader for Silverlight
UserState Property (UploadCompletedEventArgs)






Syntax
'Declaration
 
<SRDescriptionAttribute("User-supplied state to identify operation.")>
<__DynamicallyInvokableAttribute()>
Public ReadOnly Property UserState As System.Object
'Usage
 
Dim instance As UploadCompletedEventArgs
Dim value As System.Object
 
value = instance.UserState
[SRDescription("User-supplied state to identify operation.")]
[__DynamicallyInvokable()]
public System.object UserState {get;}
public read-only property UserState: System.TObject; 
SRDescriptionAttribute("User-supplied state to identify operation.")
__DynamicallyInvokableAttribute()
public function get UserState : System.Object
[SRDescription("User-supplied state to identify operation.")]
[__DynamicallyInvokable()]
public: __property System.Object* get_UserState();
[SRDescription("User-supplied state to identify operation.")]
[__DynamicallyInvokable()]
public:
property System.Object^ UserState {
   System.Object^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UploadCompletedEventArgs Class
UploadCompletedEventArgs Members

Send Feedback