LEADTOOLS (Leadtools assembly)

LoadCompleted Event

Show in webframe







For internal use by LEADTOOLS
Syntax
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
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

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.