GoXam for WPF v3
CurrentEdit Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Model Namespace
>
UndoManager Class
: CurrentEdit Property
Gets the current compound edit for recording additional model change events.
Syntax
C#
public
UndoManager.CompoundEdit
CurrentEdit {
get
;
set
;}
Remarks
This is initialized and augmented by
HandleModelChanged
before it is added to
CompoundEdits
by a top-level call to
CommitTransaction
.
See Also
Reference
UndoManager Class
UndoManager Members