ShellBrowser Delphi Components Documentation
|
This event is fired, if the state of a checkbox was changed by the user.
property OnCheckStateChanged;
This event occurs, if a user changes the state of a checkbox of an item in the TJamShellList. The event passes the index of the item in the variable ItemIndex, which you can use to access the TJamShellListItem in a way like: JamShellList.Items[ItemIndex]
Additionally the absolute path is passed in the Path parameter, and the current state of the checkbox in the CheckState parameter.