FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / GridConditionFilterEditor Class / BoundsChanged Event

In This Topic
    BoundsChanged Event (GridConditionFilterEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event BoundsChanged As EventHandler(Of BoundsChangedEventArgs)
    public event EventHandler<BoundsChangedEventArgs> BoundsChanged
    Event Data

    The event handler receives an argument of type C1.Win.Util.BoundsChangedEventArgs containing data related to this event. The following BoundsChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets new value.  
    Gets old value.  
    See Also