Contains the CheckState, which the item had before it was changed.
| C# | Visual Basic | Visual C++ |
public CheckState OldCheckState { get; }
Public ReadOnly Property OldCheckState As CheckState
public: property CheckState OldCheckState { CheckState get (); }