←Select platform

CodecsAsyncCompletedEventArgs Class

Syntax
C#
VB
C++
public abstract class CodecsAsyncCompletedEventArgs : AsyncCompletedEventArgs 
Public MustInherit Class CodecsAsyncCompletedEventArgs  
   Inherits System.ComponentModel.AsyncCompletedEventArgs 
public ref class CodecsAsyncCompletedEventArgs abstract : public System.ComponentModel.AsyncCompletedEventArgs  

Remarks

NOTE: This topic is part of RasterCodecs Async support using the .NET System.ComponentMode.AsyncOperation model. For .NET async/await support this type/member is not used. Instead, refer to RasterCodecs Async Operations.

The RasterCodecs class supports asynchronous operations for getting information, loading and saving images through the RasterCodecs.GetInformationAsync, RasterCodecs.LoadAsync and RasterCodecs.SaveAsync methods. These methods will not block the calling thread and perform their work in the background. When the operation is completed, the RasterCodecs.GetInformationAsyncCompleted, RasterCodecs.LoadAsyncCompleted or RasterCodecs.SaveAsyncCompleted 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, CodecsLoadAsyncCompletedEventArgs and CodecsSaveAsyncCompletedEventArgs.

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly