LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

LoadCompleted Event






For internal use by LEADTOOLS .NET support Silverlight support
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: 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

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

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