Search
ValueChangedEvent(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 ValueChangedEvent(T) type.

 Public Constructors

  Name Description

ValueChangedEvent

Overloaded.  

 Public Methods

  Name Description

getNewValue

Gets the new value.

getOldValue

Gets the old value.

 See Also