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 Members
See Also  Properties  Methods 
Leadtools.Codecs Namespace : CodecsAsyncCompletedEventArgs Class

The following tables list the members exposed by CodecsAsyncCompletedEventArgs.

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

Protected Methods

 NameDescription
protected Method RaiseExceptionIfNecessaryRaises a user-supplied exception if an asynchronous operation failed. (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Top

See Also