| Name | Description | |
|---|---|---|
![]() | change | Gets or sets the string specifying the change in value that the user has just typed. |
![]() | changeEx | Gets the export value of the change and is available only during a Field/Keystroke event for list boxes and combo boxes. |
![]() | commitKey | Gets or sets the value that determines how a form field will lose focus. |
![]() | name | Gets the name of the event. |
![]() | rc | Gets or sets a value indicating whether a particular event in the event chain should succeed. |
![]() | selEnd | Gets or sets the ending position of the current text selection during a keystroke event. |
![]() | selStart | Gets or sets the starting position of the current text selection during a keystroke event. |
![]() | target | Gets the target object that triggered the event. |
![]() | targetName | Gets the name of the target. |
![]() | type | Gets the type of the event. |
![]() | value | Gets or sets the value. |
![]() | willCommit | Gets a value indicating whether field value will commit. |
