Northwoods.GoSilverlight 1.3.5 Assembly
OnChanged Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > DiagramModel Class : OnChanged Method

e
an edit describing the change that just happened
Raises the Changed event.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnChanged( _
   ByVal e As ModelChangedEventArgs _
) 
C# 
protected virtual void OnChanged( 
   ModelChangedEventArgs e
)

Parameters

e
an edit describing the change that just happened

Remarks

If you override this method, be sure to call the base method first.

Requirements

See Also

© 2012 All Rights Reserved.