We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af8036 commit d0e6eeeCopy full SHA for d0e6eee
components/togglebutton/events.md
@@ -32,7 +32,7 @@ The `SelectedChanged` fires when the user changes the state of the button by cli
32
@code {
33
bool IsSelected { get; set; }
34
35
- void MySelectedChangeHandler(bool currSelectedState)
+ void MySelectedChangedHandler(bool currSelectedState)
36
{
37
IsSelected = currSelectedState;
38
//you have to update the model manually because handling the SelectedChanged event does not let you use @bind-Selected
0 commit comments