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

In This Topic
    FilterValueChanged Property
    In This Topic
    Occurs when a value of the filter changes.
    Syntax
    'Declaration
     
    
    Public Property FilterValueChanged As EventHandler(Of FilterChangedEventArgs)
    public EventHandler<FilterChangedEventArgs> FilterValueChanged {get; set;}
    See Also