GoXam for WPF v3
HandleModelChanged Method
Northwoods.GoXam.Model Namespace > UndoManager Class : HandleModelChanged Method
Create an IUndoableEdit for a Changed event.
Syntax
public virtual void HandleModelChanged( 
   object sender,
   ModelChangedEventArgs e
)

Parameters

sender
e
Remarks
This calls SkipEvent if for some reason we should ignore the e. This then creates a ModelChangedEventArgs and adds it to the CurrentEdit, a UndoManager.CompoundEdit which it allocates if needed. This method always ignores all Changed events while we are performing an Undo or Redo.
See Also

Reference

UndoManager Class
UndoManager Members