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

This event is raised when the Diagram.Model property changes value.

Syntax

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

Requirements

See Also

© 2010 All Rights Reserved.