←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly