GoXam for WPF v3
ModelReplaced Event
Northwoods.GoXam Namespace > Diagram Class : ModelReplaced Event
This event is raised when the Model property changes value.
Syntax
[Category("Diagram")]
public event PropertyChangedEventHandler ModelReplaced
Event Data

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

PropertyDescription
 
See Also