LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

ImageDataChanged Event

Show in webframe





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

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class
Updating WebControls Manually.

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.