GoXam for WPF v3
IsChangingModel Property (DiagramModel)
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
>
DiagramModel Class
: IsChangingModel Property
This property is true during a call to
ChangeModel
, indicating a change happening due to an undo or a redo.
Syntax
C#
public
bool
IsChangingModel {
get
;}
Remarks
Setting this property does not raise a
Changed
event.
See Also
Reference
DiagramModel Class
DiagramModel Members