'Declaration Public Shared Function CreateFieldKeystrokeEventObject( _
ByVal targetThe target.As PdfJsField, _
ByVal valueThe value.As System.Object, _
ByVal changeThe change.As System.String, _
ByVal changeExThe export value of the change and is available only during a Field/Keystroke event for list boxes and combo boxes.As System.String, _
ByVal selStartThe selection start.As System.Int32, _
ByVal selEndThe selection end.As System.Int32, _
ByVal willCommitA value indicating whether the field value will commit.As Boolean _
) As PdfJsEvent
public static PdfJsEvent CreateFieldKeystrokeEventObject(
PdfJsField target,
System.Object value,
System.String change,
System.String changeEx,
System.Int32 selStart,
System.Int32 selEnd,
bool willCommit
)
public: static PdfJsEvent* CreateFieldKeystrokeEventObject(
PdfJsField* target,
System.Object value,
System.String change,
System.String changeEx,
System.Int32 selStart,
System.Int32 selEnd,
bool willCommit
)
public:
static PdfJsEvent^ CreateFieldKeystrokeEventObject(
PdfJsField^ target,
System.Object value,
System.String change,
System.String changeEx,
System.Int32 selStart,
System.Int32 selEnd,
bool willCommit
)
Parameters
- target
- The target.
- value
- The value.
- change
- The change.
- changeEx
- The export value of the change and is available only during a Field/Keystroke event for list boxes and combo boxes.
- selStart
- The selection start.
- selEnd
- The selection end.
- willCommit
- A value indicating whether the field value will commit.
Return Value
JsEvent object.