WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / C1DataFilter Class / FilterChanging Event
In This Topic
    FilterChanging Event
    In This Topic
    Occurs before the filter is changed. Allows to cancel the change.
    Syntax
    public event EventHandler<CancelEventArgs> FilterChanging
    Event Data

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

    PropertyDescription
     
    See Also