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

The following tables list the members exposed by CodecsLoadAsyncCompletedEventArgs.

Public Constructors

 NameDescription
public Constructor CodecsLoadAsyncCompletedEventArgs ConstructorCreates new instance of the CodecsLoadAsyncCompletedEventArgs with the specified parameters.  
Top

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. (Inherited from Leadtools.Codecs.CodecsAsyncCompletedEventArgs)
public Property ImageGets the Leadtools.RasterImage class instance that is being loaded.  
public Property StreamGets the stream this asynchronous operation is using. (Inherited from Leadtools.Codecs.CodecsAsyncCompletedEventArgs)
public Property UriGets the URI this asynchronous operation is using. (Inherited from Leadtools.Codecs.CodecsAsyncCompletedEventArgs)
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