CSharpUtilities::ValueChangedEventArgs< ValueType > Class Template Reference


Detailed Description

template<ValueType>
class CSharpUtilities::ValueChangedEventArgs< ValueType >

EventArgs type indicating that a value has already changed from and old value to a new value.

Contains the old and new values as properties.

Template Parameters:
ValueType Type of the changed value
Inheritance diagram for CSharpUtilities::ValueChangedEventArgs< ValueType >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  ValueChangedEventArgs (ValueType oldValue, ValueType newValue)
  Construct from the old and new value.

Member Function Documentation

template<ValueType >
CSharpUtilities::ValueChangedEventArgs< ValueType >::ValueChangedEventArgs ( ValueType  oldValue,
ValueType  newValue 
) [inline]

Construct from the old and new value.

Parameters:
oldValue The previous value for the changed property or variable.
newValue The new current value for the changed property or variable.