menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValueChangeEventArgs<TValue, TItem> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ValueChangeEventArgs<TValue, TItem>

    Provides data for the ValueChange event.

    Inheritance
    System.Object
    ValueChangeEventArgs<TValue, TItem>
    Namespace: Syncfusion.Blazor.MultiColumnComboBox
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ValueChangeEventArgs<TValue, TItem> : Object
    Type Parameters
    Name
    TValue
    TItem

    Constructors

    ValueChangeEventArgs()

    Declaration
    public ValueChangeEventArgs()

    Properties

    Cancel

    Gets or sets whether the current action should be canceled or not.

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

    A boolean value indicating whether the value change action should be canceled. The default value is false.

    IsInteracted

    Gets a value indicating whether the event was triggered by user interaction.

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

    Returns true if the event was triggered by user interaction; otherwise, it returns false.

    ItemData

    Gets the currently selected item as a JSON object from the data source.

    Declaration
    public TItem ItemData { get; set; }
    Property Value
    Type Description
    TItem

    The currently selected item data.

    PreviousItemData

    Gets the previously selected item as a JSON object from the data source.

    Declaration
    public TItem PreviousItemData { get; set; }
    Property Value
    Type Description
    TItem

    The previously selected item data.

    Value

    Gets or sets the selected value.

    Declaration
    public TValue Value { get; set; }
    Property Value
    Type Description
    TValue

    The currently selected value.

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