Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1EditableContentControl Class / OnIsInEditModeChanged Method
Old IsInEditMode value

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

    Parameters

    oldValue
    Old IsInEditMode value
    See Also