LEADTOOLS Image File Support (Leadtools.Codecs assembly)

CodecsAsyncCompletedEventArgs Class

Show in webframe







Members 
Base class for the CodecsGetInformationAsyncCompletedEventArgs and CodecsLoadAsyncCompletedEventArgs classes.
Object Model
Syntax
public abstract class CodecsAsyncCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs 
'Declaration
 
Public MustInherit Class CodecsAsyncCompletedEventArgs 
   Inherits System.ComponentModel.AsyncCompletedEventArgs
'Usage
 
Dim instance As CodecsAsyncCompletedEventArgs
public sealed class CodecsAsyncCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs 

            

            
function Leadtools.Codecs.CodecsAsyncCompletedEventArgs()
public ref class CodecsAsyncCompletedEventArgs abstract : public System.ComponentModel.AsyncCompletedEventArgs 
Remarks

The RasterCodecs class supports asynchronous operations for getting information and loading images through the RasterCodecs.GetInformationAsync and RasterCodecs.LoadAsync methods. These methods will not block the calling thread and perform their work in the background. When the operation is completed, the RasterCodecs.GetInformationAsyncCompleted or RasterCodecs.LoadAsyncCompleted events will fire with the operation status and result.

Both of these events use as data arguments the objects of classes derived from CodecsAsyncCompletedEventArgs. For more information, refer to CodecsGetInformationAsyncCompletedEventArgs and CodecsLoadAsyncCompletedEventArgs.

The CodecsAsyncCompletedEventArgs class derives from the .NET System.ComponentModel.AsyncCompletedEventArgs class and uses these class properties to provide information about the status of the asynchronous operation.

Example
For an example, refer to RasterCodecs.GetInformationAsyncCompleted and RasterCodecs.LoadAsyncCompleted
Requirements

Target Platforms

See Also

Reference

CodecsAsyncCompletedEventArgs Members
Leadtools.Codecs Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.