Namespace TallComponents.PDF.Forms.Fields
Class XfaActionArgs
Syntax
public class XfaActionArgs
: Object
Constructors
Properties
String Change
Specifies the value that a user types or pastes into a field
immediately after they perform the action.
Int32 CommitKey
Describes how the current value of a form field was set by the user.
String FullText
Represents the full (untruncated) value that a user pastes into a form field.
Boolean KeyDown
Determines whether a user is pressing an arrow key to make a selection.
This property is available only for list boxes and drop-down lists.
Boolean Modifier
Determines whether the modifier key (for example, Ctrl on Microsoft Windows®)
is held down when a particular event executes.
String NewContentType
Specifies the content type of the newText property.
String NewText
Specifies the content of the field after it changes in response to user actions.
String PrevContentType
Specifies the content type of the value specified for the prevText property.
String PrevText
Specifies the content of the field before it changes in response to the actions of a user.
Boolean ReEnter
Specifies whether the enter event is occurring for the first time.
The enter event occurs each time a user clicks in a field.
Int32 SelEnd
Specifies the index position of the last character of the text selection
stored in the prevText property during a change event.
Int32 SelStart
Specifies the index position of the first character of the text selection
stored in the prevText property during a change event.
Boolean Shift
Specifies whether the Shift key is held down during a particular event.