AnnotationsMoveCompletedEventArgs Constructor

PDFTron SilverDox SDK

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

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

Syntax

C#
public AnnotationsMoveCompletedEventArgs(
	Dictionary<Annotation, Point> oldLocations,
	Dictionary<Annotation, Point> newLocations
)
Visual Basic
Public Sub New ( _
	oldLocations As Dictionary(Of Annotation, Point), _
	newLocations As Dictionary(Of Annotation, Point) _
)
Visual C++
public:
AnnotationsMoveCompletedEventArgs(
	Dictionary<Annotation^, Point>^ oldLocations, 
	Dictionary<Annotation^, Point>^ newLocations
)

Parameters

oldLocations
Type: System.Collections.Generic..::..Dictionary<(Of <(<'Annotation, Point>)>)>

[Missing <param name="oldLocations"/> documentation for "M:PDFTron.SilverDox.Documents.Annotations.AnnotationsMoveCompletedEventArgs.#ctor(System.Collections.Generic.Dictionary{PDFTron.SilverDox.Documents.Annotations.Annotation,System.Windows.Point},System.Collections.Generic.Dictionary{PDFTron.SilverDox.Documents.Annotations.Annotation,System.Windows.Point})"]

newLocations
Type: System.Collections.Generic..::..Dictionary<(Of <(<'Annotation, Point>)>)>

[Missing <param name="newLocations"/> documentation for "M:PDFTron.SilverDox.Documents.Annotations.AnnotationsMoveCompletedEventArgs.#ctor(System.Collections.Generic.Dictionary{PDFTron.SilverDox.Documents.Annotations.Annotation,System.Windows.Point},System.Collections.Generic.Dictionary{PDFTron.SilverDox.Documents.Annotations.Annotation,System.Windows.Point})"]

See Also