FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GridConditionFilterEditor Class / OnBoundsChanged Method

In This Topic
    OnBoundsChanged Method (GridConditionFilterEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnBoundsChanged( _
       ByVal oldValue As Rectangle, _
       ByVal newValue As Rectangle _
    ) 
    protected virtual void OnBoundsChanged( 
       Rectangle oldValue,
       Rectangle newValue
    )

    Parameters

    oldValue
    newValue
    See Also