ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / C1DataFilter Class / FilterValueChanged Event

In This Topic
    FilterValueChanged Event (C1DataFilter)
    In This Topic
    Occurs when a value of the filter changes.
    Syntax
    'Declaration
     
    
    Public Event FilterValueChanged As EventHandler(Of FilterChangedEventArgs)
    public event EventHandler<FilterChangedEventArgs> FilterValueChanged
    Event Data

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

    PropertyDescription
    Gets the filter.  
    See Also