Click or drag to resize

CustomFileListTRemoveItemFromList Method

Removes the list element from the list

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected override void RemoveItemFromList(
	ShellListBaseItem item
)

Parameters

item  ShellListBaseItem
a CustomFileListItem that should be removed.
See Also