ComponentOne FinancialChart for WPF
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 _
    ) 
    'Usage
     
    
    Dim instance As C1EditableContentControl
    Dim oldValue As Boolean
     
    instance.OnIsInEditModeChanged(oldValue)
    protected virtual void OnIsInEditModeChanged( 
       bool oldValue
    )
    protected:
    virtual void OnIsInEditModeChanged( 
       bool oldValue
    ) 

    Parameters

    oldValue
    Old IsInEditMode value
    See Also