File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
blazor/toggle-switch-button Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -136,13 +136,13 @@ Mouse events fire when the user interacts with the Toggle Switch Button using th
136136
137137** Event Types:** | Event | Behavior |
138138| ---| ---|
139- | ** OnClick ** | Fires when the component is clicked |
140- | ** OnDoubleClick ** | Fires when the component is double-clicked |
141- | ** OnMouseDown ** | Fires when a mouse button is pressed down |
142- | ** OnMouseUp ** | Fires when a mouse button is released |
143- | ** OnMouseMove ** | Fires as the mouse pointer moves over the component |
144- | ** OnMouseEnter ** | Fires when the mouse pointer enters the component area |
145- | ** OnMouseLeave ** | Fires when the mouse pointer leaves the component area |
139+ | ** onclick ** | Fires when the component is clicked |
140+ | ** ondbclick ** | Fires when the component is double-clicked |
141+ | ** onmousedown ** | Fires when a mouse button is pressed down |
142+ | ** onmouseup ** | Fires when a mouse button is released |
143+ | ** onmousemove ** | Fires as the mouse pointer moves over the component |
144+ | ** onmouseenter ** | Fires when the mouse pointer enters the component area |
145+ | ** onmouseleave ** | Fires when the mouse pointer leaves the component area |
146146
147147The following example demonstrates handling mouse events:
148148
You can’t perform that action at this time.
0 commit comments