Skip to main content

TdxCustomTreeView.OnCancelEdit Event

Allows you to perform specific actions every time the Tree View control discards user changes made in an in-place editor.

Declaration

property OnCancelEdit: TdxTreeViewNodeEvent read; write;

Remarks

This event occurs when the Tree View control discards user changes made in an in-place editor.

Refer to the TdxTreeViewNodeEvent type description for information on available options.

See Also