API:Vcl.ComCtrls.TTreeView.OnCancelEdit
Delphi
property OnCancelEdit: TTVChangedEvent read FOnCancelEdit write FOnCancelEdit;
C++
__property OnCancelEdit;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TTreeView |
Description
Occurs when user cancels editing of a node's Caption.
Vcl.ComCtrls.TTreeView.OnCancelEdit inherits from Vcl.ComCtrls.TCustomTreeView.OnCancelEdit. All content below this line refers to Vcl.ComCtrls.TCustomTreeView.OnCancelEdit.
Occurs when user cancels editing of a node's Caption.
The OnCancelEdit event occurs when a user cancels a node-editing operation.
OnCancelEdit is an event handler of type Vcl.ComCtrls.TTVChangedEvent.