VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsEvent Class / name Property
Syntax Remarks Requirements SeeAlso
In This Topic
    name Property (PdfJsEvent)
    In This Topic
    Gets the name of the event.
    Syntax
    'Declaration
    
    Public ReadOnly Property name As System.String
    
    
    public System.String name { get; }
    
    
    public: __property System.String get_name();
    
    
    
    public:
    property System.String name { System.String get(); }

    Property Value

    Valid names are:
    • Keystroke
    • Mouse Down
    • Mouse Exit
    • Mouse Up
    • Mouse Enter
    • Focus
    • Validate
    • Calculate
    • Format
    • Blur
    • WillPrint
    • DidPrint
    • WillSave
    • DidSave
    • Init
    • Exec
    • Open
    • Close
    • WillClose
    Remarks

    The type and name together uniquely identify the event.

    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