←Select platform

ImageDirtyChanged Event

Summary

Occurs when the ImageDirty value changes.

Syntax

C#
VB
C++
public event EventHandler ImageDirtyChanged 
  
Public Event ImageDirtyChanged As EventHandler 
public: 
event EventHandler^ ImageDirtyChanged 

Remarks

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.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly