Home > Language Reference > Classes > Field
Change Event
Event raised when the content of a field is modified by the user.
Syntax
Public Event Change()
Remarks
The Change event is raised each time the user modifies the text in a field. It is also raised after calling the Cut, Paste and InsertText methods. On the other hand, it is not raised when the text is modified with the Text property.
The event is always raised after modifying the text, and after the control has been repainted to reflect the modifications.
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | N/A |