VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAnnotationViewer Class / AnnotationDataControllerChanged Event
Syntax Requirements SeeAlso
In This Topic
    AnnotationDataControllerChanged Event (WpfAnnotationViewer)
    In This Topic
    Occurs when the AnnotationDataController property is changed.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Occurs when the AnnotationDataController property is changed.")>
    <CategoryAttribute("VintaSoft, Annotation")>
    Public Event AnnotationDataControllerChanged As Vintasoft.Imaging.PropertyChangedEventHandler(Of T)
    
    
    [Description("Occurs when the AnnotationDataController property is changed.")]
    [Category("VintaSoft, Annotation")]
    public event Vintasoft.Imaging.PropertyChangedEventHandler<T> AnnotationDataControllerChanged
    
    
    [Description("Occurs when the AnnotationDataController property is changed.")]
    [Category("VintaSoft, Annotation")]
    public: __event Vintasoft.Imaging.PropertyChangedEventHandler<T*>* AnnotationDataControllerChanged
    
    
    [Description("Occurs when the AnnotationDataController property is changed.")]
    [Category("VintaSoft, Annotation")]
    public:
    event Vintasoft.Imaging.PropertyChangedEventHandler<T^>^ AnnotationDataControllerChanged
    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