Class MenuEventArgs
Interface for before item render / select event.
Inheritance
System.Object
MenuEventArgs
Namespace: Syncfusion.Blazor.SplitButtons
Assembly: Syncfusion.Blazor.dll
Syntax
public class MenuEventArgs : Object
Constructors
MenuEventArgs()
Declaration
public MenuEventArgs()
Properties
Element
Specifies the selected list element.
Declaration
public ElementReference Element { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.ElementReference |
Item
Specifies the selected dropdown item.
Declaration
public DropDownMenuItem Item { get; set; }
Property Value
Type | Description |
---|---|
DropDownMenuItem |
Name
Specifies name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |