The control has changed the mode.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.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