Click or drag to resize

StateChangedEventArgs Class

X#
Arguments that are sent to StateChanged event handlers
Inheritance Hierarchy
Object
  StateChangedEventArgs

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CLASS StateChangedEventArgs
Request Example View Source

The StateChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyNewValue
New value of the setting
Public propertyOldValue
Old value of the setting
Public propertySetting
Setting that was just changed
Top
See Also