mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Renamed StateChangedEventArgs
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user