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.newValue

The proposed new value of the CheckBox.

[Visual Basic]
Public newValue As CheckState
[C#]
public CheckState newValue;
[C++]
public: CheckState newValue;
[JScript]
public var newValue : CheckState;

See Also

ItemCheckEventArgs Class | ItemCheckEventArgs Members | System.WinForms Namespace