'Declaration Public Shared Function CreateFieldValidateEventObject( _
ByVal targetThe target field.As PdfJsField, _
ByVal changeThe change.As System.String, _
ByVal changeExThe export value of the change and is available only during a for list boxes and combo boxes.As System.String, _
ByVal valueThe 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.