GoXam for WPF v3
RaiseChanged Method (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
: RaiseChanged Method
an edit describing the change that just happened
Raise a
Changed
event, given a
ModelChangedEventArgs
.
Syntax
C#
public
void
RaiseChanged(
ModelChangedEventArgs
e
)
Parameters
e
an edit describing the change that just happened
Remarks
This just calls
OnChanged
. This method is public because it is part of the implementation of
IDiagramModel
.
See Also
Reference
DiagramModel Class
DiagramModel Members