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

In This Topic
    FilterChanging Event (C1DataFilter)
    In This Topic
    Occurs before the filter is changed. Allows to cancel the change.
    Syntax
    'Declaration
     
    
    Public Event FilterChanging As EventHandler(Of CancelEventArgs)
    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