ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / C1DataFilter Class / OnFilterChanging Method
An System.ComponentModel.CancelEventArgs that contains the event data.

In This Topic
    OnFilterChanging Method (C1DataFilter)
    In This Topic
    Raises the FilterChanging event.
    Syntax
    'Declaration
     
    
    Protected Sub OnFilterChanging( _
       ByVal e As CancelEventArgs _
    ) 
    protected void OnFilterChanging( 
       CancelEventArgs e
    )

    Parameters

    e
    An System.ComponentModel.CancelEventArgs that contains the event data.
    See Also