alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class MenuEventArgs<T>

    Provides the information about the OnItemRender/ItemSelected event.

    Inheritance
    object
    MenuEventArgs<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MenuEventArgs<T>
    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
    ElementReference

    Event

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

    Declaration
    public EventArgs Event { get; set; }
    Property Value
    Type
    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
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved