Click or drag to resize

JamBaseShellListViewOnAfterLabelEdit Method

Override the OnAfterLabelEdit event, to rename files or folders in the file system, when the have been renamed in the ShellListView.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override void OnAfterLabelEdit(
	LabelEditEventArgs e
)

Parameters

e
Type: System.Windows.FormsLabelEditEventArgs
Provides data for the OnAfterLabelEdit event.
See Also