Click or drag to resize

RemoveFileItemEventArgs Constructor

Initializes a new instance of the RemoveFileItemEventArgs class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.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