The control has changed the mode.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
protected virtual void OnIsInEditModeChanged(
	bool oldValue
)
Visual Basic
Protected Overridable Sub OnIsInEditModeChanged ( _
	oldValue As Boolean _
)

Parameters

oldValue
Type: System..::..Boolean
Old IsInEditMode value

See Also