VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.VisualTools Namespace / AnnotationVisualTool Class / OnAnnotationBuildingStarting(AnnotationViewEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnAnnotationBuildingStarting(AnnotationViewEventArgs) Method (AnnotationVisualTool)
    In This Topic
    Raises the AnnotationBuildingStarting event.
    Syntax
    'Declaration
    
    Protected Overridable Sub OnAnnotationBuildingStarting( _
    ByVal e
    An AnnotationViewEventArgs that contains the event data.
    As AnnotationViewEventArgs _
    )
    protected virtual void OnAnnotationBuildingStarting(
    AnnotationViewEventArgs e
    )
    protected: virtual void OnAnnotationBuildingStarting(
    AnnotationViewEventArgs* e
    )
    protected:
    virtual void OnAnnotationBuildingStarting(
    AnnotationViewEventArgs^ e
    )

    Parameters

    e
    An AnnotationViewEventArgs that contains the event data.
    Requirements

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

    See Also