Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / OnActivatingTextBoxLeave Method


In This Topic
    OnActivatingTextBoxLeave Method (ChartSelectDataSource)
    In This Topic
    Called when user leave focus from activating text box.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnActivatingTextBoxLeave() 
    'Usage
     
    
    Dim instance As ChartSelectDataSource
     
    instance.OnActivatingTextBoxLeave()
    protected virtual void OnActivatingTextBoxLeave()
    See Also