Skip to content

Commit 5ac013f

Browse files
994980: Need to update the UG documentation of native events in toggl
1 parent e8aae96 commit 5ac013f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

blazor/toggle-switch-button/native-event.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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-
| **ondblclick** | 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+
| **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 |
146146

147147
The following example demonstrates handling mouse events:
148148

@@ -198,7 +198,7 @@ The following example demonstrates handling mouse events:
198198

199199
### Touch Events
200200

201-
Touch events fire when the user interacts with the Toggle Switch Button using touch input on touch-enabled devices (tablets, smartphones, etc.). The `TouchEventArgs` parameter provides information about touch points and their positions.
201+
Touch events fire when the user interacts with the Toggle Switch Button using touch input on touch-enabled devices (tablets, smart phones, etc.). The `TouchEventArgs` parameter provides information about touch points and their positions.
202202

203203
| Event | Behavior |
204204
|---|---|

0 commit comments

Comments
 (0)