NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ItemCheckEventArgs.currentValue

The current state of the CheckBox.

[Visual Basic]
Public ReadOnly currentValue As CheckState
[C#]
public readonly CheckState currentValue;
[C++]
public: readonly CheckState currentValue;
[JScript]
public var currentValue : CheckState;

See Also

ItemCheckEventArgs Class | ItemCheckEventArgs Members | System.WinForms Namespace