WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / C1DataFilter Class / FilterValueChanged Event
In This Topic
    FilterValueChanged Event
    In This Topic
    Occurs when a value of the filter changes.
    Syntax
    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