Leadtools.Web.Controls Namespace > WebImageViewer Class : ImageDataChanged Event |
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
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
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