Search
ValueChangedEventArgs Members
Constructors Properties
 


Specifies data for valueChanged events.

The following tables list the members exposed by the ValueChangedEventArgs type.

 Public Constructors

  Name Description

ValueChangedEventArgs

Initializes a new instance of the ValueChangedEventArgs class.

 Public Properties

  Name Description

newValue

Gets the new value.

oldValue

Gets the value before the change.

 See Also