You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/menu/events.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,30 +12,30 @@ position: 20
12
12
13
13
This article explains the events available in the Telerik Menu for Blazor:
14
14
15
-
*[OnSelect](#onselect)
15
+
*[OnClick](#onclick)
16
16
17
-
## OnSelect
17
+
## OnClick
18
18
19
-
The `OnSelect` event fires when the user clicks or taps on a menu item. It receives the model of the item as an argument that you can cast to the concrete model type you are using.
19
+
The `OnClick` event fires when the user clicks or taps on a menu item. It receives the model of the item as an argument that you can cast to the concrete model type you are using.
20
20
21
-
You can use the `OnSelect` event to react to user choices in a menu without using navigation to load new content automatically.
21
+
You can use the `OnClick` event to react to user choices in a menu without using navigation to load new content automatically.
0 commit comments