GoXam for WPF v3
Name Property (UndoManager.CompoundEdit)
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.CompoundEdit Class
: Name Property
Gets or sets a name for this group of edits.
Syntax
C#
public
string
Name {
get
;
set
;}
Property Value
The default value is null. This is set by
EndTransaction
with the name passed to
CommitTransaction
.
See Also
Reference
UndoManager.CompoundEdit Class
UndoManager.CompoundEdit Members