Skip to content

Commit 5c4d471

Browse files
authored
Update README.md
1 parent 2226d34 commit 5c4d471

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ internal class ViewModel : INotifyPropertyChanged
134134

135135
</StackPanel>
136136
```
137-
137+
This code handles the TextChanged event for a TextBox, dynamically updating the Y1 property in the ViewModel while ensuring the value stays within the axis’s maximum and minimum bounds. It also manages text formatting and prevents recursive event triggers.
138+
138139
**C#**
139140

140141
```csharp

0 commit comments

Comments
 (0)