alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ToolbarItemClickEventArgs

    Provides data for the event when an item is clicked in the footer toolbar.

    Inheritance
    object
    ToolbarItemClickEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.InteractiveChat
    Assembly: Syncfusion.Blazor.InteractiveChat.dll
    Syntax
    public class ToolbarItemClickEventArgs

    Constructors

    ToolbarItemClickEventArgs()

    Declaration
    public ToolbarItemClickEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the item click action should be cancelled or not.

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

    A boolean value indicating whether the item click action should be cancelled. The default is false.

    Remarks

    This property can be used to cancel the toolbar item click action in the SfInlineAIAssist component.

    Event

    Gets the mouse event informations.

    Declaration
    public MouseEventArgs Event { get; set; }
    Property Value
    Type Description
    MouseEventArgs

    A MouseEventArgs object representing the mouse event information associated with the event.

    Item

    Gets or sets the toolbar item associated with the item click in the SfInlineAIAssist component.

    Declaration
    public InlineToolbarItem Item { get; set; }
    Property Value
    Type Description
    InlineToolbarItem

    The toolbar item associated with the item click.

    Remarks

    This property representing the item associated with the toolbar item in the SfInlineAIAssist component.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved