ItemCheckedEventArgsGenTItem Property |
Gets the item whose checked state has changed.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax Public ReadOnly Property Item As T
Get
public:
property T Item {
T get ();
}
member Item : 'T with get
Return Value
Type:
TThe item whose checked state has changed.
See Also