Cuminas DjVu SDK for .NET Framework
AnnotationChanged Event (Document)



Syntax
Public Event AnnotationChanged As EventHandler(Of PageEventArgs)
Dim instance As Document
Dim handler As EventHandler(Of PageEventArgs)
 
AddHandler instance.AnnotationChanged, handler
public event EventHandler<PageEventArgs> AnnotationChanged
public:
event EventHandler<PageEventArgs^>^ AnnotationChanged
Event Data

The event handler receives an argument of type PageEventArgs containing data related to this event. The following PageEventArgs properties provide information specific to this event.

PropertyDescription
Page  
Requirements

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

See Also

Reference

Document Class
Document Members

Send Feedback