VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfAnnotationTool Class / OnActivated(EventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnActivated(EventArgs) Method (PdfAnnotationTool)
    In This Topic
    Raises the Activated event.
    Syntax
    'Declaration
    
    Protected Overrides Sub OnActivated( _
    ByVal e
    The System.EventArgs instance containing the event data.
    As System.EventArgs _
    )
    protected override void OnActivated(
    System.EventArgs e
    )
    protected: void OnActivated(
    System.EventArgs* e
    ); override
    protected:
    void OnActivated(
    System.EventArgs^ e
    ); override

    Parameters

    e
    The System.EventArgs instance containing the event data.
    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