menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MentionValueSelectingEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MentionValueSelectingEventArgs<T>

    Provides information about an ValueSelecting event being raised.

    Inheritance
    System.Object
    MentionValueSelectingEventArgs<T>
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MentionValueSelectingEventArgs<T> : Object
    Type Parameters
    Name Description
    T

    T value of the Mention component.

    Constructors

    MentionValueSelectingEventArgs()

    Declaration
    public MentionValueSelectingEventArgs()

    Properties

    Cancel

    Gets or sets the whether the item selection action should be canceled or not.

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

    true, if the item selection action can be canceled. Otherwise, false.

    IsInteracted

    Gets the if the event is triggered by user interaction, it returns true. Otherwise, it returns false.

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

    true, if the current event triggered by user interaction. Otherwise, false.

    ItemData

    Gets or set the selected item IEnumerable Object from the data source.

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

    An item data.

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