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