GoXam for WPF v3
CommitCompoundEdit Method
Northwoods.GoXam.Model Namespace > UndoManager Class : CommitCompoundEdit Method
the CurrentEdit; this may be null if there had been no changes at commit time
This method is called by EndTransaction when committing a compound edit.
Syntax
protected virtual UndoManager.CompoundEdit CommitCompoundEdit( 
   UndoManager.CompoundEdit cedit
)

Parameters

cedit
the CurrentEdit; this may be null if there had been no changes at commit time

Return Value

By default, the unmodified cedit.
Remarks
You may wish to override this method in order to perform optimizations, such as removing duplicate or unnecessary ModelChangedEventArgss.
See Also

Reference

UndoManager Class
UndoManager Members