←Select platform

LoadCompleted Event

Summary
For internal use by LEADTOOLS
Syntax
C#
VB
C++
public event AsyncCompletedEventHandler LoadCompleted 
Public Event LoadCompleted As AsyncCompletedEventHandler 
public: 
event AsyncCompletedEventHandler^ LoadCompleted 
Event Data

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.

PropertyDescription
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.
Requirements

Target Platforms

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

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.