DjVu Namespace > Annotation Class : Changed Event |
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
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.
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family