Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BooleanSwitch::OnValueChanged Method ()

 

Determines whether the new value of the Value property can be parsed as a Boolean value.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

protected:
virtual void OnValueChanged() override

The OnValueChanged method determines whether the new value is a valid string representation of a Boolean value ("false" or "true"). If so, the method sets the SwitchSetting property to 0 or 1. Otherwise, the base method is called, which converts the string value to an integer value, which is then used to set the SwitchSetting property.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft