Skip to main content

TcxCustomEdit.OnEditing Event

Occurs when a user tries to modify the edit value.

Declaration

property OnEditing: TcxEditEditingEvent read; write;

Remarks

When a user enters an editor and initiates the editing operation (presses a key) to modify the edit value, the OnEditing event is generated. By writing an event handler you can enable or disable the following editing. Assigning False to the CanEdit parameter cancels the editing operation. By default, the CanEdit parameter is set to True.

If this sequence of operations succeeds, the editing is enabled; otherwise, user keystrokes are ignored.

See Also