Table of Contents

Method EndLabelEdit

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

EndLabelEdit(TreeViewItem?, bool)

Ends the label editing process for the specified TreeViewItem.

public virtual void EndLabelEdit(TreeViewItem? item, bool cancel)

Parameters

item TreeViewItem

The TreeViewItem whose label editing is being finalized. Cannot be null.

cancel bool

true to cancel the label editing and discard changes; otherwise, false to apply the changes made during editing.