Initializes a new instance of the CheckStateChangedEventArgs class.
| C# | Visual Basic | Visual C++ |
public CheckStateChangedEventArgs( ShellListItem item, CheckState oldCheckState )
Public Sub New ( _ item As ShellListItem, _ oldCheckState As CheckState _ )
public: CheckStateChangedEventArgs( ShellListItem^ item, CheckState oldCheckState )
- item (ShellListItem)
- ShellListItem object, which contains information about the item, where the CheckState has changed.
- oldCheckState (CheckState)
- Contains the CheckState, which the item had before it was changed.