GoXam for WPF v3
TemplatesChanged Event
Northwoods.GoXam Namespace > Diagram Class : TemplatesChanged Event
This event is raised when one of the DataTemplate properties of the diagram is changed.
Syntax
[Category("Diagram")]
public event PropertyChangedEventHandler TemplatesChanged
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