GoXam for WPF v3
Changed Event (IDiagramModel)
Northwoods.GoXam.Model Namespace > IDiagramModel Interface : Changed Event
The Changed event is raised whenever the model is modified.
Syntax
Event Data

The event handler receives an argument of type ModelChangedEventArgs containing data related to this event. The following ModelChangedEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets the kind of change that this represents.  
Gets or sets the data object, part of the model, that was modified.  
Gets or sets the IDiagramModel that has been modified.  
Gets or sets an optional value associated with the new value.  
Gets or sets the next or current value that the property has.  
Gets or sets an optional value associated with the old value.  
Gets or sets the previous or old value that the property had.  
(Inherited from System.ComponentModel.PropertyChangedEventArgs)
See Also