VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsEvent Class / CreateFieldFormatEventObject(PdfJsField,Object,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    CreateFieldFormatEventObject(PdfJsField,Object,Boolean) Method (PdfJsEvent)
    In This Topic
    Creates the event object for Field/Format event.
    Syntax
    'Declaration
    
    Public Shared Function CreateFieldFormatEventObject( _
    ByVal target
    The target field.
    As PdfJsField, _
    ByVal value
    The field value.
    As System.Object, _
    ByVal willCommit
    A value indicating whether the field value will commit.
    As Boolean _
    ) As PdfJsEvent
    public static PdfJsEvent CreateFieldFormatEventObject(
    PdfJsField target,
    System.Object value,
    bool willCommit
    )
    public: static PdfJsEvent* CreateFieldFormatEventObject(
    PdfJsField* target,
    System.Object value,
    bool willCommit
    )
    public:
    static PdfJsEvent^ CreateFieldFormatEventObject(
    PdfJsField^ target,
    System.Object value,
    bool willCommit
    )

    Parameters

    target
    The target field.
    value
    The field value.
    willCommit
    A value indicating whether the field value will commit.

    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