ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / C1DataFilter Class / OnFilterChanged Method
An System.EventArgs that contains the event data.

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

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also