Class MenuItemClickedEventArgs
Provides the data for the MenuItemClicked event.
Inheritance
System.Object
MenuItemClickedEventArgs
Namespace: Syncfusion.UI.Xaml.Chat
Assembly: Syncfusion.Chat.WinUI.dll
Syntax
public class MenuItemClickedEventArgs : Object
Constructors
MenuItemClickedEventArgs(ChatItem, MenuItemType)
Initializes a new instance of the MenuItemClickedEventArgs class.
Declaration
public MenuItemClickedEventArgs(ChatItem item, MenuItemType menuType)
Parameters
Type | Name | Description |
---|---|---|
ChatItem | item | The clicked chat item. |
MenuItemType | menuType | The type of the clicked menu item. |
Properties
ChatItem
Gets the chat item associated with the clicked menu item.
Declaration
public ChatItem ChatItem { get; }
Property Value
Type |
---|
ChatItem |
MenuType
Gets the type of the clicked menu item.
Declaration
public MenuItemType MenuType { get; }
Property Value
Type |
---|
MenuItemType |