←Select platform

LoadCompleted Event

Summary
For internal use by LEADTOOLS
Syntax
C#
C++/CLI
Python
public event AsyncCompletedEventHandler LoadCompleted 
public: 
event AsyncCompletedEventHandler^ LoadCompleted 
def LoadCompleted(sender,e): # sender: RasterImage e: ystem.ComponentModel.AsyncCompletedEventHandler 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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