menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChangeEventArgs - API Reference

    Show / Hide Table of Contents

    Class ChangeEventArgs

    Interface for Change event.

    Inheritance
    System.Object
    ChangeEventArgs
    Namespace: Syncfusion.Blazor.QueryBuilder
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChangeEventArgs : Object

    Constructors

    ChangeEventArgs()

    Declaration
    public ChangeEventArgs()

    Properties

    Cancel

    Set true to prevent rules from changing.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true, if rule changes are prevented. Otherwise, false.

    Name

    Specifies name of the event.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    Not

    Specifies not condition of the rule.

    Declaration
    public bool Not { get; set; }
    Property Value
    Type Description
    System.Boolean

    true, if the rule is negated. Otherwise, false.

    RuleId

    Specifies id of the rule.

    Declaration
    public string RuleId { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    SelectedField

    Specifies selected field of the rule.

    Declaration
    public string SelectedField { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    SelectedIndex

    Specifies selected index of the rule.

    Declaration
    public Nullable<int> SelectedIndex { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Accepts an integer value.

    Type

    Specifies type of the rule.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    Value

    Specifies value of the rule.

    Declaration
    public dynamic Value { get; set; }
    Property Value
    Type Description
    System.Object

    A dynamic object that represents the value of the rule.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved