DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / C1DataFilter Class / OnFilterValueChanged Method
An C1.DataFilter.FilterChangedEventArgs that contains the event data.

In This Topic
    OnFilterValueChanged Method (C1DataFilter)
    In This Topic
    Raises the FilterValueChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnFilterValueChanged( _
       ByVal e As FilterChangedEventArgs _
    ) 
    protected virtual void OnFilterValueChanged( 
       FilterChangedEventArgs e
    )

    Parameters

    e
    An C1.DataFilter.FilterChangedEventArgs that contains the event data.
    See Also