Blazor

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

    Show / Hide Table of Contents

    Class MenuEventArgs<T>

    Interface for 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 Description
    T

    Constructors

    MenuEventArgs()

    Declaration
    public MenuEventArgs()

    Properties

    Element

    Specifies the menu container element.

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

    Event

    Specifies the item select event.

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

    Item

    Specifies the selected item.

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

    Name

    Specifies name of the event.

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