menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MenuEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MenuEventArgs<T>

    Provides the information about the OnItemRender/ItemSelected event.

    Inheritance
    System.Object
    MenuEventArgs<T>
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MenuEventArgs<T> : Object
    Type Parameters
    Name
    T

    Constructors

    MenuEventArgs()

    Declaration
    public MenuEventArgs()

    Properties

    Element

    Gets or sets a value that indicates the menu container element.

    Declaration
    public ElementReference Element { get; set; }
    Property Value
    Type
    Microsoft.AspNetCore.Components.ElementReference

    Event

    Gets or sets a value that indicates the item select event.

    Declaration
    public EventArgs Event { get; set; }
    Property Value
    Type
    System.EventArgs

    Item

    Gets or sets a value that indicates the selected item.

    Declaration
    public T Item { get; set; }
    Property Value
    Type
    T

    Name

    Gets or sets a value that indicates the name of the event.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved