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.2
Syntax
public RemoveFileItemEventArgs(
	CustomFileListItem pItem
)

Parameters

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