'Declaration Public Shared Function CreateFieldFormatEventObject( _
ByVal targetThe target field.As PdfJsField, _
ByVal valueThe field value.As System.Object, _
ByVal willCommitA 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.