The reference to the bool state value that was read to generate the event.

Namespace:  Phidgets.Events
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public readonly bool Value
Visual Basic (Declaration)
Public ReadOnly Value As Boolean
Visual C++
public:
initonly bool Value

Remarks

True indicates that it is activated, False indicated the default state.

See Also