Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / C1DataFilter Class / FilterChanging Property

In This Topic
    FilterChanging Property
    In This Topic
    Occurs before the filter is changed. Allows to cancel the change.
    Syntax
    'Declaration
     
    
    Public Property FilterChanging As EventHandler(Of CancelEventArgs)
    public EventHandler<CancelEventArgs> FilterChanging {get; set;}
    See Also