GoXam for WPF v3
OnChanged Method
Northwoods.GoXam.Model Namespace > DiagramModel Class : OnChanged Method
an edit describing the change that just happened
Raises the Changed event.
Syntax
protected virtual void OnChanged( 
   ModelChangedEventArgs e
)

Parameters

e
an edit describing the change that just happened
Remarks
If you override this method, be sure to call the base method first.
See Also

Reference

DiagramModel Class
DiagramModel Members