Click or drag to resize

CustomFileListTRemove Method (T)

Removes an item from the list.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected T Remove(
	T p_Item
)

Parameters

p_Item
Type: T
The item to delete

Return Value

Type: T
the item that has been removed, null if the item was not in the list
See Also