BetterExplorer.MainWindow.ShellListView_EndItemLabelEdit C# (CSharp) Method

ShellListView_EndItemLabelEdit() private method

private ShellListView_EndItemLabelEdit ( object sender, bool e ) : void
sender object
e bool
return void
    void ShellListView_EndItemLabelEdit(object sender, bool e) {
      //_ShellListView.FileNameChangeAttempt(this.txtEditor.Text, e);
      //this.Editor.Visibility = WIN.Visibility.Collapsed;
      //this.Editor.IsOpen = false;
    }
MainWindow