ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / FilterChanged Event

In This Topic
    FilterChanged Event (C1DataGrid)
    In This Topic
    Occurs after the filtering state changed.
    Syntax
    'Declaration
     
    
    Public Event FilterChanged As EventHandler(Of DataGridFilterChangedEventArgs)
    Event Data

    The event handler receives an argument of type DataGridFilterChangedEventArgs containing data related to this event. The following DataGridFilterChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets currently filtered columns.  
    Gets previously filtered columns.  
    Remarks
    Filtering state changes when user manipulates the filter included in the column header or when the FilterBy method is called.
    See Also