Leadtools Namespace > RasterImage Class : LoadCompleted Event |
public event AsyncCompletedEventHandler LoadCompleted
'Declaration Public Event LoadCompleted As AsyncCompletedEventHandler
'Usage Dim instance As RasterImage Dim handler As AsyncCompletedEventHandler AddHandler instance.LoadCompleted, handler
public event AsyncCompletedEventHandler LoadCompleted
add_LoadCompleted(function(sender, e)) remove_LoadCompleted(function(sender, e))
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2