LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

ImageDataChanged Event






Fires if the current loaded image data has changed.
Syntax
public event EventHandler ImageDataChanged
'Declaration
 
Public Event ImageDataChanged As EventHandler
'Usage
 
Dim instance As WebImageViewer
Dim handler As EventHandler
 
AddHandler instance.ImageDataChanged, handler
public event EventHandler ImageDataChanged
add_ImageDataChanged(function(sender, e))
remove_ImageDataChanged(function(sender, e))

public:
event EventHandler^ ImageDataChanged
Remarks

Image data can be changed by applying an image processing command.

You can use the javascript version of this event to manually update the currently selected thumbnail to apply this image change to it.

For more information refer to Updating WebControls Manually

Example
Refer to ApplyCommand
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

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class
Updating WebControls Manually.

 

 


Products | Support | Contact Us | Copyright Notices

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