Click or drag to resize

RemoveFileItemEventArgs Constructor

Initializes a new instance of the RemoveFileItemEventArgs class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public RemoveFileItemEventArgs(
	CustomFileListItem pItem
)

Parameters

pItem
Type: Jam.ShellCustomFileListItem
CustomFileListItem object, which contains information about the item, which should be removed from the CustomFileListT.
See Also