ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TOnCheckStateChanged

This procedure is called if the state of the corresponding checkbox has changed.

Syntax
Pascal
TOnCheckStateChanged = procedure (sender: TObject; ItemIndex: Integer; Path: UnicodeString; CheckState: TJamSelectionState) of object;
Parameters 
Description 
Sender 
The control which sends this notification event. 
ItemIndex 
The index of the item of which the checkbox state has chnaged. 
Path 
The path of the item for which the checkbox state has chnaged. 
CheckState 
The new checkbox state.