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


In This Topic
    AttachValueChangedEvent Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub AttachValueChangedEvent( _
       ByVal controls() As Control _
    ) 
    'Usage
     
    
    Dim instance As InputFormulaForm
    Dim controls() As Control
     
    instance.AttachValueChangedEvent(controls)
    protected void AttachValueChangedEvent( 
       Control[] controls
    )

    Parameters

    controls
    See Also