AnnotationPopupContentChangedEventArgs Constructor

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Constructs a new instance of AnnotationsPopupContentChangedEventArgs".

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

Syntax

C#
public AnnotationPopupContentChangedEventArgs(
	Annotation changedAnnotation,
	string oldContent
)
Visual Basic
Public Sub New ( _
	changedAnnotation As Annotation, _
	oldContent As String _
)
Visual C++
public:
AnnotationPopupContentChangedEventArgs(
	Annotation^ changedAnnotation, 
	String^ oldContent
)

Parameters

changedAnnotation
Type: PDFTron.SilverDox.Documents.Annotations..::..Annotation

[Missing <param name="changedAnnotation"/> documentation for "M:PDFTron.SilverDox.Documents.Annotations.AnnotationPopupContentChangedEventArgs.#ctor(PDFTron.SilverDox.Documents.Annotations.Annotation,System.String)"]

oldContent
Type: System..::..String

[Missing <param name="oldContent"/> documentation for "M:PDFTron.SilverDox.Documents.Annotations.AnnotationPopupContentChangedEventArgs.#ctor(PDFTron.SilverDox.Documents.Annotations.Annotation,System.String)"]

See Also