VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAnnotationViewer Class / AnnotationsMoving Event
Syntax Requirements SeeAlso
In This Topic
    AnnotationsMoving Event (WpfAnnotationViewer)
    In This Topic
    Occurs when the annotation is moving between images in multipage display mode.
    Syntax
    'Declaration
    
    <CategoryAttribute("VintaSoft, Annotation")>
    <DescriptionAttribute("Occurs when the annotation is moving between images in multipage display mode.")>
    Public Event AnnotationsMoving As System.EventHandler(Of WpfAnnotationsMovingEventArgs)
    
    
    [Category("VintaSoft, Annotation")]
    [Description("Occurs when the annotation is moving between images in multipage display mode.")]
    public event System.EventHandler<WpfAnnotationsMovingEventArgs> AnnotationsMoving
    
    
    [Category("VintaSoft, Annotation")]
    [Description("Occurs when the annotation is moving between images in multipage display mode.")]
    public: __event System.EventHandler<WpfAnnotationsMovingEventArgs*>* AnnotationsMoving
    
    
    [Category("VintaSoft, Annotation")]
    [Description("Occurs when the annotation is moving between images in multipage display mode.")]
    public:
    event System.EventHandler<WpfAnnotationsMovingEventArgs^>^ AnnotationsMoving
    Requirements

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

    See Also