Click or drag to resize

ListItemCheckedEventArgs Constructor

Initializes a new instance of the class.

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

Parameters

pItem
Type: Jam.ShellShellListBaseItem
The item that is being checked or unchecked.
See Also