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 |