Class MenuItemClickedEventArgs
Provides the data for event.
Inheritance
System.Object
    MenuItemClickedEventArgs
  Namespace: Syncfusion.UI.Xaml.Chat
Assembly: Syncfusion.Chat.WinUI.dll
Syntax
public class MenuItemClickedEventArgs : ObjectConstructors
MenuItemClickedEventArgs(ChatItem, ToolBarItemType)
Initializes a new instance of the MenuItemClickedEventArgs class.
Declaration
public MenuItemClickedEventArgs(ChatItem item, ToolBarItemType menuType)Parameters
| Type | Name | Description | 
|---|---|---|
| ChatItem | item | The clicked chat item. | 
| ToolBarItemType | 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 ToolBarItemType MenuType { get; }Property Value
| Type | 
|---|
| ToolBarItemType |