LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
LoadCompleted Event
See Also 
Leadtools Namespace > RasterImage Class : LoadCompleted Event



For internal use by LEADTOOLS Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Event LoadCompleted As AsyncCompletedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim handler As AsyncCompletedEventHandler
 
AddHandler instance.LoadCompleted, handler
C# 
public event AsyncCompletedEventHandler LoadCompleted
C++/CLI 
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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also