Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.DataVisualization Namespace / InputFormulaForm Class / ChildControlValueChanged Method


In This Topic
    ChildControlValueChanged Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ChildControlValueChanged( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As InputFormulaForm
    Dim sender As Object
    Dim e As EventArgs
     
    instance.ChildControlValueChanged(sender, e)
    protected virtual void ChildControlValueChanged( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    e
    See Also