Cuminas DjVu SDK for .NET Framework
Changed Event (Annotation)



Occurs when this Annotation or an object it contains is modified.
Syntax
Public Event Changed As EventHandler
Dim instance As Annotation
Dim handler As EventHandler
 
AddHandler instance.Changed, handler
public event EventHandler Changed
public:
event EventHandler^ Changed
Remarks

This event is occurred on every modification to this Annotation or an object it contains.

You can prevent the event from being called repeatedly using BeginUpdate Method during a sequence of the modifications.

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Annotation Class
Annotation Members
BeginUpdate Method
EndUpdate Method

Send Feedback