Search
ValueChangingEventArgs Members
Constructors Properties
 


Specifies data for valueChanging events.

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

 Public Constructors

  Name Description

ValueChangingEventArgs

Initializes a new instance of the ValueChangingEventArgs class.

 Public Properties

  Name Description

newValue

Gets the new value.

oldValue

Gets the value before the change.

 See Also