ItemCheckStateChangedEventArgsTOldCheckState Property |
Contains the
CheckState, which the item had before it was changed.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public CheckState OldCheckState { get; }
Public ReadOnly Property OldCheckState As CheckState
Get
public:
property CheckState OldCheckState {
CheckState get ();
}
member OldCheckState : CheckState with get
Property Value
Type:
CheckStateSee Also