Search
ValueChangingEventArgs Members
Constructors Properties
 


Contains the arguments passed to value changing notification handlers.

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

 Public Constructors

  Name Description

ValueChangingEventArgs

Creates an instance of ValueChangingEventArgs class.

 Public Properties

  Name Description

newValue

Gets the new value of the changing property.

oldValue

Gets the previous value of the changing property.

 See Also