mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Fixes #4023 - Changes CommandEventArgs to be based on HandledEventArgs instead of CancelEventArgs (#4054)
* touching publish.yml * CancelEventArgs->HandledEventArgs * Fixed Handled issues
This commit is contained in:
@@ -765,7 +765,7 @@ public class TextFieldTests (ITestOutputHelper output)
|
||||
void TextFieldAccept (object sender, CommandEventArgs e)
|
||||
{
|
||||
textFieldAccept++;
|
||||
e.Cancel = handleAccept;
|
||||
e.Handled = handleAccept;
|
||||
}
|
||||
|
||||
void ButtonAccept (object sender, CommandEventArgs e) { buttonAccept++; }
|
||||
|
||||
Reference in New Issue
Block a user