LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsAsyncCompletedEventArgs Class Properties
See Also 
Leadtools.Codecs Namespace : CodecsAsyncCompletedEventArgs Class


"

For a list of all members of this type, see CodecsAsyncCompletedEventArgs members.

"

Public Properties

 NameDescription
public Property CancelledGets a value indicating whether an asynchronous operation has been canceled. (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
public Property ErrorGets a value indicating which error occurred during an asynchronous operation. (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
public Property FileNameGets the file name this asynchronous operation is using.  
public Property StreamGets the stream this asynchronous operation is using.  
public Property UriGets the URI this asynchronous operation is using.  
public Property UserStateGets the unique identifier for the asynchronous task. (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Top

See Also