BetterExplorer.TabListEditor.gridSplitter1_DragCompleted C# (CSharp) Method

gridSplitter1_DragCompleted() private method

private gridSplitter1_DragCompleted ( object sender, System e ) : void
sender object
e System
return void
		private void gridSplitter1_DragCompleted(object sender, System.Windows.Controls.Primitives.DragCompletedEventArgs e) {
			foreach (TabListEditorItem item in stackPanel1.Children) {
				item.TitleColumnWidth = this.NameCol.Width;
			}
		}