VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationDataPropertyChangingEventArgs Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    AnnotationDataPropertyChangingEventArgs Class
    In This Topic
    Provides data for the ItemPropertyChanging and ItemPropertyChanging events.
    Object Model
    AnnotationData ObjectPropertyChangingEventArgs AnnotationDataPropertyChangingEventArgs
    Syntax
    'Declaration
    
    Public Class AnnotationDataPropertyChangingEventArgs
       Inherits System.EventArgs
    
    
    public class AnnotationDataPropertyChangingEventArgs : System.EventArgs
    
    
    public __gc class AnnotationDataPropertyChangingEventArgs : public System.EventArgs*
    
    
    public ref class AnnotationDataPropertyChangingEventArgs : public System.EventArgs^
    
    
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Vintasoft.Imaging.Annotation.AnnotationDataPropertyChangingEventArgs

    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