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

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A