FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FullTextFilter Class / OnFilterChanged Method
Event data.

In This Topic
    OnFilterChanged Method (C1FullTextFilter)
    In This Topic
    Raises the FilterChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnFilterChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnFilterChanged( 
       EventArgs e
    )

    Parameters

    e
    Event data.
    See Also