'Declaration <CategoryAttribute("VintaSoft, Annotation")> <DescriptionAttribute("Occurs when the annotation is moved between images in multipage display mode.")> Public Event AnnotationsMoved As EventHandler(Of AnnotationsMovedEventArgs)
[Category("VintaSoft, Annotation")] [Description("Occurs when the annotation is moved between images in multipage display mode.")] public event EventHandler<AnnotationsMovedEventArgs> AnnotationsMoved
[Category("VintaSoft, Annotation")] [Description("Occurs when the annotation is moved between images in multipage display mode.")] public: __event EventHandler<AnnotationsMovedEventArgs*>* AnnotationsMoved
[Category("VintaSoft, Annotation")] [Description("Occurs when the annotation is moved between images in multipage display mode.")] public: event EventHandler<AnnotationsMovedEventArgs^>^ AnnotationsMoved
Event Data
The event handler receives an argument of type AnnotationsMovedEventArgs containing data related to this event. The following AnnotationsMovedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Annotations | Gets the annotations. |
Requirements
Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP, Windows Server 2012, Windows Server 2008, Windows Server 2003
See Also