VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsEvent Class / CreateFieldValidateEventObject(PdfJsField,String,String,Object) Method
Syntax Requirements SeeAlso
In This Topic
    CreateFieldValidateEventObject(PdfJsField,String,String,Object) Method (PdfJsEvent)
    In This Topic
    Creates the event object for Field/Validate event.
    Syntax
    'Declaration
    
    Public Shared Function CreateFieldValidateEventObject( _
    ByVal target
    The target field.
    As PdfJsField, _
    ByVal change
    The change.
    As System.String, _
    ByVal changeEx
    The export value of the change and is available only during a for list boxes and combo boxes.
    As System.String, _
    ByVal value
    The value.
    As System.Object _
    ) As PdfJsEvent
    public static PdfJsEvent CreateFieldValidateEventObject(
    PdfJsField target,
    System.String change,
    System.String changeEx,
    System.Object value
    )
    public: static PdfJsEvent* CreateFieldValidateEventObject(
    PdfJsField* target,
    System.String change,
    System.String changeEx,
    System.Object value
    )
    public:
    static PdfJsEvent^ CreateFieldValidateEventObject(
    PdfJsField^ target,
    System.String change,
    System.String changeEx,
    System.Object value
    )

    Parameters

    target
    The target field.
    change
    The change.
    changeEx
    The export value of the change and is available only during a for list boxes and combo boxes.
    value
    The value.

    Return Value

    JsEvent 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