C#
VB
C++
For internal use by LEADTOOLS
public event AsyncCompletedEventHandler LoadCompleted
Public Event LoadCompleted As AsyncCompletedEventHandler
public:
event AsyncCompletedEventHandler^ LoadCompleted
The event handler receives an argument of type AsyncCompletedEventArgs containing data related to this event. The following AsyncCompletedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancelled | Gets a value indicating whether an asynchronous operation has been canceled. |
Error | Gets a value indicating which error occurred during an asynchronous operation. |
UserState | Gets the unique identifier for the asynchronous task. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET