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:
@@ -279,7 +279,7 @@ public class MessageBoxes : Scenario
|
||||
buttonPressedLabel.Text = "Invalid Options";
|
||||
}
|
||||
|
||||
e.Cancel = true;
|
||||
e.Handled = true;
|
||||
};
|
||||
app.Add (showMessageBoxButton);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user