Northwoods.GoSilverlight 1.2.2 Assembly
Changed Event
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > IDiagramModel Interface : Changed Event

The Changed event is raised whenever the model is modified.

Syntax

Visual Basic (Declaration) 
Event Changed As EventHandler(Of ModelChangedEventArgs)

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
Change Gets or sets the kind of change that this represents.
Data Gets or sets the data object, part of the model, that was modified.
Model Gets or sets the IDiagramModel that has been modified.
NewParam Gets or sets an optional value associated with the new value.
NewValue Gets or sets the next or current value that the property has.
OldParam Gets or sets an optional value associated with the old value.
OldValue Gets or sets the previous or old value that the property had.
PropertyName (Inherited from System.ComponentModel.PropertyChangedEventArgs)Gets the name of the property that changed.

Requirements

See Also

© 2010 All Rights Reserved.