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
This article explains the events available in the Telerik NumericTextbox for Blazor:
14
+
15
+
*[ActiveTabIndexChanged](#activetabindexchanged)
16
+
17
+
## ActiveTabIndexChanged
18
+
19
+
The `ActiveTabIndexChanged` event fires when the user changes the tab that is currently shown. The event handler receives the new index as an argument.
result = $"current tab {newIndex} selected on {DateTime.Now}";
105
-
}
106
-
}
107
-
````
108
-
109
-
>caption Extract information for the currently selected tab from your model. Alter the model to affect the tab strip.
84
+
>caption Extract information for the currently selected tab from your model. Alter the model to affect the tab strip. Create tabs dynamically based on external data.
110
85
111
86
````CSHTML
112
87
@result
@@ -155,3 +130,4 @@ Active Tab Index: @ActiveTabIndex
0 commit comments