ItemCheckStateChangedEventArgsTOldCheckState Property |
Contains the
CheckState, which the item had before it was changed.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic CheckState OldCheckState { get; }Public ReadOnly Property OldCheckState As CheckState
Get
public:
property CheckState OldCheckState {
CheckState get ();
}member OldCheckState : CheckState with get
Property Value
CheckState
See Also