[]
        
(Showing Draft Content)

C1.WPF.C1TextEditableContentControl.OnIsInEditModeChanged

OnIsInEditModeChanged Method

OnIsInEditModeChanged(bool)

The control has changed the mode.

Declaration
protected override void OnIsInEditModeChanged(bool oldValue)
Protected Overrides Sub OnIsInEditModeChanged(oldValue As Boolean)
Parameters
Type Name Description
bool oldValue

Old IsInEditMode value

Overrides