Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
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