Search
ValueChangedEventArgs(T) Members
Constructors Properties
 


Provides data for value change event handlers.

The following tables list the members exposed by the ValueChangedEventArgs(T) type.

 Public Constructors

  Name Description

ValueChangedEventArgs

Overloaded.  

 Public Properties

  Name Description

NewValue

Gets the new value.

OldValue

Gets the old value.

 See Also