OnIsInEditModeChanged Method (C1EditableContentControl)
In This Topic
The control has changed the mode.
Syntax
'Declaration
Protected Overridable Sub OnIsInEditModeChanged( _
ByVal As Boolean _
)
protected virtual void OnIsInEditModeChanged(
bool
)
Parameters
- oldValue
- Old IsInEditMode value
See Also