menu

WinUI

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

    Show / Hide Table of Contents

    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 : Object

    Constructors

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved