ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TextEditableContentControl Class / OnIsInEditModeChanged Method
Old IsInEditMode value



In This Topic
    OnIsInEditModeChanged Method (C1TextEditableContentControl)
    In This Topic
    The control has changed the mode.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnIsInEditModeChanged( _
       ByVal oldValue As Boolean _
    ) 
    'Usage
     
    
    Dim instance As C1TextEditableContentControl
    Dim oldValue As Boolean
     
    instance.OnIsInEditModeChanged(oldValue)
    protected override void OnIsInEditModeChanged( 
       bool oldValue
    )
    protected:
    void OnIsInEditModeChanged( 
       bool oldValue
    ) override 

    Parameters

    oldValue
    Old IsInEditMode value
    See Also