Renamed StateChangedEventArgs

This commit is contained in:
Tig
2024-06-27 15:44:55 -07:00
parent 15fa1abab1
commit d7bd938664
27 changed files with 70 additions and 69 deletions

View File

@@ -363,7 +363,7 @@ public class TextFieldTests (ITestOutputHelper output)
_textField.TextChanging += _textField_TextChanging;
void _textField_TextChanging (object sender, StateEventArgs<string> e)
void _textField_TextChanging (object sender, CancelEventArgs<string> e)
{
if (e.NewValue.GetRuneCount () > 11)
{