AnnotationPopupContentChanged Event

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Occurs when the user manually changes the contents of a popup NOTE: Does not trigger when PopupContents is set programatically

Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public event EventHandler<AnnotationPopupContentChangedEventArgs> AnnotationPopupContentChanged
Visual Basic
Public Event AnnotationPopupContentChanged As EventHandler(Of AnnotationPopupContentChangedEventArgs)
Visual C++
public:
 event EventHandler<AnnotationPopupContentChangedEventArgs^>^ AnnotationPopupContentChanged {
	void add (EventHandler<AnnotationPopupContentChangedEventArgs^>^ value);
	void remove (EventHandler<AnnotationPopupContentChangedEventArgs^>^ value);
}

See Also