GoXam for WPF v3
ChangeDataValue Method (IChangeDataValue)
Northwoods.GoXam.Model Namespace > IChangeDataValue Interface : ChangeDataValue Method
an edit describing the change to be performed
true if undoing; false if redoing
This method is called during an undo or a redo to modify the state of the data object implementing the IChangeDataValue interface.
Syntax
void ChangeDataValue( 
   ModelChangedEventArgs e,
   bool undo
)

Parameters

e
an edit describing the change to be performed
undo
true if undoing; false if redoing
See Also

Reference

IChangeDataValue Interface
IChangeDataValue Members