VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsEvent Class / target Property
Syntax Remarks Requirements SeeAlso
In This Topic
    target Property (PdfJsEvent)
    In This Topic
    Gets the target object that triggered the event.
    Syntax
    'Declaration
    
    Public ReadOnly Property target As PdfJsObject
    
    
    public PdfJsObject target { get; }
    
    
    public: __property PdfJsObject* get_target();
    
    
    
    public:
    property PdfJsObject^ target { PdfJsObject^ get(); }
    Remarks

    In all mouse, focus, blur, calculate, validate, and format events, it is the Field object that triggered the event. In other events, such as page open and close, it is the Doc or this object.

    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