Search
ValueChangingEventArgs(T) Members
Constructors Methods
 


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

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

 Public Constructors

  Name Description

ValueChangingEventArgs

Overloaded.  

 Public Methods

  Name Description

getNewValue

Gets the new value.

getOldValue

Gets the old value.

isConfirm

Gets a value indicating whether the change is confirmed.

setConfirm

Sets a value indicating whether the change is confirmed.

setNewValue

Sets the new value.

 See Also