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

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