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 |