GoXam for WPF v3
ChangeModel Method (IDiagramModel)
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
>
IDiagramModel Interface
: ChangeModel Method
an edit describing the change to be performed
true if undoing; false if redoing
This is called during an Undo or a Redo to actually make state changes to this model or to this model's data.
Syntax
C#
void
ChangeModel(
ModelChangedEventArgs
e
,
bool
undo
)
Parameters
e
an edit describing the change to be performed
undo
true if undoing; false if redoing
See Also
Reference
IDiagramModel Interface
IDiagramModel Members