Skip to content

Commit 330badd

Browse files
Update knowledge-base/change-entry-cursor-color-dotnet-maui.md
Co-authored-by: Copilot <[email protected]>
1 parent 24b25c4 commit 330badd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/change-entry-cursor-color-dotnet-maui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ internal static T ChildOfType<T>(View visualElement) where T : View
9393
```xaml
9494
<VerticalStackLayout>
9595
<telerik:RadEntry x:Name="entry"
96-
Loaded=entry_Loaded" />
96+
Loaded="entry_Loaded" />
9797
</VerticalStackLayout>
9898
```
9999

0 commit comments

Comments
 (0)