←Select platform

UserState Property

Summary

User-defined state object associated with this asynchronous operation.

Syntax

C#
VB
C++
public object UserState { get; set; } 
Public Property UserState() As Object 
   Get 
   Set 
public:  
   property Object^ UserState 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 

Property Value

A user-defined state object associated with this asynchronous operation. Default value is null.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly