Fires an event if the CheckState of an item has changed.
| C# | Visual Basic | Visual C++ |
protected void OnCheckStateChanged( ShellListItem item, CheckState oldCheckState )
Protected Sub OnCheckStateChanged ( _ item As ShellListItem, _ oldCheckState As CheckState _ )
protected: void OnCheckStateChanged( ShellListItem^ item, CheckState oldCheckState )
- item (ShellListItem)
- The item, where the CheckState has been changed.
- oldCheckState (CheckState)
- Contains the CheckState, which the item had before it was changed.