GoXam for WPF v3
Reinitialize Method
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
: Reinitialize Method
Reset the fields that should not be shared from a copy created by
System.Object.MemberwiseClone
.
Syntax
C#
protected
virtual
void
Reinitialize()
Remarks
If you override this method because you have added some fields, be sure to call the base method too.
See Also
Reference
DiagramModel Class
DiagramModel Members