VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsEvent Class / changeEx Property
Syntax Requirements SeeAlso
In This Topic
    changeEx Property (PdfJsEvent)
    In This Topic
    Gets the export value of the change and is available only during a Field/Keystroke event for list boxes and combo boxes.
    Syntax
    'Declaration
    
    Public ReadOnly Property changeEx As System.Object
    
    
    public System.Object changeEx { get; }
    
    
    public: __property System.Object get_changeEx();
    
    
    
    public:
    property System.Object changeEx { System.Object get(); }

    Property Value

    For the combo box, changeEx is only available if the pop-up list is used-that is, a selection (with the mouse or the keyboard) is being made from the list. If the combo is editable and the user types in an entry, the Field/Keystroke event behaves as for a text field (that is, there are no changeEx or keyDown event properties).
    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