Supplies information about a Click event that is being raised.
Object
EventArgs
MouseEventArgs
MouseEventArgs.Detail
MouseEventArgs.ScreenX
MouseEventArgs.ScreenY
MouseEventArgs.ClientX
MouseEventArgs.ClientY
MouseEventArgs.OffsetX
MouseEventArgs.OffsetY
MouseEventArgs.PageX
MouseEventArgs.PageY
MouseEventArgs.MovementX
MouseEventArgs.MovementY
MouseEventArgs.Button
MouseEventArgs.Buttons
MouseEventArgs.CtrlKey
MouseEventArgs.ShiftKey
MouseEventArgs.AltKey
MouseEventArgs.MetaKey
MouseEventArgs.Type
EventArgs.Empty
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class MenuItemEventArgs : MouseEventArgsSupplies information about a Click event that is being raised.
public MenuItemEventArgs()Gets the path path of the clicked item.
public string Path { get; }
| Type | Description |
|---|---|
| string | Gets the path path of the clicked item. |
Gets text of the clicked item.
public string Text { get; }
| Type | Description |
|---|---|
| string | Gets text of the clicked item. |
Gets the value of the clicked item.
public object Value { get; }
| Type | Description |
|---|---|
| object | Gets the value of the clicked item. |