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

In This Topic
    AutoApplyChanged Property
    In This Topic
    Gets or sets the callback called when the AutoApply property has changed.
    Syntax
    'Declaration
     
    
    Public Property AutoApplyChanged As EventCallback(Of Boolean)
    public EventCallback<bool> AutoApplyChanged {get; set;}
    See Also