VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAnnotationViewCollectionChangedEventArgs Class / WpfAnnotationViewCollectionChangedEventArgs Constructor(WpfAnnotationViewCollection,WpfAnnotationViewCollection)
Syntax Requirements SeeAlso
In This Topic
WpfAnnotationViewCollectionChangedEventArgs Constructor(WpfAnnotationViewCollection,WpfAnnotationViewCollection)
In This Topic
Initializes a new instance of the WpfAnnotationViewCollectionChangedEventArgs class.
Syntax
'Declaration

Public Function New( _
ByVal oldValue
Previously focused annotation view collection.
As WpfAnnotationViewCollection, _
ByVal newValue
New focused annotation view collection.
As WpfAnnotationViewCollection _
)
public WpfAnnotationViewCollectionChangedEventArgs(
WpfAnnotationViewCollection oldValue,
WpfAnnotationViewCollection newValue
)

Parameters

oldValue
Previously focused annotation view collection.
newValue
New focused annotation view collection.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also