Occurs when the ImageDirty value changes.
public event EventHandler ImageDirtyChanged
Public Event ImageDirtyChanged As EventHandler
public:
event EventHandler^ ImageDirtyChanged
This event will be fired after the ImageDirty value changes.
The RasterImage in the automation control (Either in Leadtools.Winforms.RasterImageViewer.Image or IAnnAutomationControl.AutomationRasterImage depends on what control has been attached to this automation) might change after calling any of the following methods: - RealizeRedaction - RestoreRedaction - RealizeAllRedactions - RestoreAllRedactions - ApplyEncryptor - ApplyDecryptor - ApplyAllEncryptors - ApplyAllDecryptors
You can use this event along with the ImageDirty property to update your application user interface.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET