Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryBuilderEvents<TValue>

    Show / Hide Table of Contents

    Class QueryBuilderEvents<TValue>

    Used to configure the query builder events.

    Inheritance
    System.Object
    QueryBuilderEvents<TValue>
    Namespace: Syncfusion.Blazor.QueryBuilder
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class QueryBuilderEvents<TValue> : OwningComponentBase
    Type Parameters
    Name Description
    TValue

    Constructors

    QueryBuilderEvents()

    Declaration
    public QueryBuilderEvents()

    Properties

    Changed

    Gets or sets an event callback that is raised after changing the condition(AND/OR), field, value, operator is changed.

    Declaration
    public EventCallback<ChangeEventArgs> Changed { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<ChangeEventArgs>

    Created

    Gets or sets an event callback that is raised after the component is created.

    Declaration
    public EventCallback<object> Created { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    DataBound

    Triggers when data source is populated in the Querybuilder.

    Declaration
    public EventCallback<object> DataBound { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    OnActionFailure

    Gets or sets an event callback that is raised after the data fetch request from the remote server fails.

    Declaration
    public EventCallback<Exception> OnActionFailure { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Exception>

    OnValueChange

    Gets or sets an event callback that is raised before the condition (And/Or), field, operator, value is changed.

    Declaration
    public EventCallback<ChangeEventArgs> OnValueChange { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<ChangeEventArgs>

    RuleChanged

    Gets or sets an event callback that is raised after changing the condition(AND/OR), field, value, operator is changed.

    Declaration
    public EventCallback<RuleChangeEventArgs> RuleChanged { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<RuleChangeEventArgs>

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved