Class MenuItemEventArgs
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Supplies information about a Click event that is being raised.
public class MenuItemEventArgs : MouseEventArgs
- Inheritance
-
MenuItemEventArgs
- Inherited Members
Constructors
MenuItemEventArgs()
public MenuItemEventArgs()
Properties
Path
Gets the path path of the clicked item.
public string Path { get; }
Property Value
Text
Gets text of the clicked item.
public string Text { get; }
Property Value
Value
Gets the value of the clicked item.
public object Value { get; }