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