menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResponseToolbarItemClickedEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResponseToolbarItemClickedEventArgs

    Provides data for the ResponseToolbarItemClicked event.

    Inheritance
    System.Object
    ResponseToolbarItemClickedEventArgs
    Namespace: Syncfusion.UI.Xaml.Chat
    Assembly: Syncfusion.Chat.WinUI.dll
    Syntax
    public class ResponseToolbarItemClickedEventArgs : EventArgs

    Constructors

    ResponseToolbarItemClickedEventArgs(ResponseToolbarItem, ChatItem)

    Initializes a new instance of the ResponseToolbarItemClickedEventArgs class.

    Declaration
    public ResponseToolbarItemClickedEventArgs(ResponseToolbarItem item, ChatItem chatItem)
    Parameters
    Type Name Description
    ResponseToolbarItem item

    The toolbar item that was clicked.

    ChatItem chatItem

    The chat item associated with the toolbar item.

    Properties

    ChatItem

    Gets the chat item associated with the toolbar item.

    Declaration
    public ChatItem ChatItem { get; }
    Property Value
    Type
    ChatItem

    Item

    Gets the toolbar item that was clicked.

    Declaration
    public ResponseToolbarItem Item { get; }
    Property Value
    Type
    ResponseToolbarItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved