LEADTOOLS WebForms and AJAX (Leadtools.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ImageDataChanged Event
See Also 
Leadtools.Web.Controls Namespace > WebImageViewer Class : ImageDataChanged Event



Fires if the current loaded image data has changed.

Syntax

Visual Basic (Declaration) 
Public Event ImageDataChanged As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As WebImageViewer
Dim handler As EventHandler
 
AddHandler instance.ImageDataChanged, handler
C# 
public event EventHandler ImageDataChanged
C++/CLI 
public:
event EventHandler^ ImageDataChanged

Example

Refer to WebImageViewer.ApplyCommand

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class
Updating WebControls Manually.