The IsEditable value has changed.

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

Syntax

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

Parameters

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

See Also