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

In This Topic
    FilterChanged Property
    In This Topic
    Occurs when the filter changes.
    Syntax
    'Declaration
     
    
    Public Property FilterChanged As EventHandler
    public EventHandler FilterChanged {get; set;}
    See Also