Skip to main content
A newer version of this page is available. .

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