Visual Basic (Declaration) | |
---|---|
Public Event ImageDataChanged() As EventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler ImageDataChanged() |
Managed Extensions for C++ | |
---|---|
public: __event EventHandler* ImageDataChanged(); |
C++/CLI | |
---|---|
public: event EventHandler^ ImageDataChanged(); |
Refer to ApplyCommand
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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family