Search
ValueChangedEventArgs(T) Members
Constructors Methods
 


Provides data for value change event handlers. @param <T> The type of the value that is changing.

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

 Public Constructors

  Name Description

ValueChangedEventArgs

Overloaded.  

 Public Methods

  Name Description

getNewValue

Gets the new value.

getOldValue

Gets the old value.

 See Also