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 (in ShellBrowser.dll) Version: 7.1
Syntax
protected override void OnAfterLabelEdit(
	LabelEditEventArgs e
)

Parameters

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