Skip to content

Commit d0e6eee

Browse files
chore(toggleButton): typo
1 parent 9af8036 commit d0e6eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/togglebutton/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The `SelectedChanged` fires when the user changes the state of the button by cli
3232
@code {
3333
bool IsSelected { get; set; }
3434
35-
void MySelectedChangeHandler(bool currSelectedState)
35+
void MySelectedChangedHandler(bool currSelectedState)
3636
{
3737
IsSelected = currSelectedState;
3838
//you have to update the model manually because handling the SelectedChanged event does not let you use @bind-Selected

0 commit comments

Comments
 (0)