Search
ValueChangedEventArgs Members
Constructors Properties
 


Contains the arguments passed to value changed notification handlers.

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

 Public Constructors

  Name Description

ValueChangedEventArgs

Creates an instance of ValueChangedEventArgs class.

 Public Properties

  Name Description

newValue

Gets the new value of the changed property.

oldValue

Gets the previous value of the changed property.

 See Also