Northwoods.GoSilverlight 1.2.2 Assembly
TemplatesChanged Event
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : TemplatesChanged Event

This event is raised when one of the DataTemplate properties of the diagram is changed.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Diagram")>
Public Event TemplatesChanged As PropertyChangedEventHandler
C# 
[CategoryAttribute("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
PropertyName Gets the name of the property that changed.

Requirements

See Also

© 2010 All Rights Reserved.