-
Notifications
You must be signed in to change notification settings - Fork 720
Fixes #4023 - Changes CommandEventArgs
to be based on HandledEventArgs
instead of CancelEventArgs
#4054
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Fixes #4023 - Changes CommandEventArgs
to be based on HandledEventArgs
instead of CancelEventArgs
#4054
Changes from 24 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
b0f050f
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
tig a64b4bc
touching publish.yml
tig 320384e
Merge branch 'v2_release' into v2_develop
tig 4048436
Merge branch 'gui-cs:v2_develop' into v2_develop
tig 3b0311d
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
tig ae79c48
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
tig 1c39896
Merge branch 'gui-cs:v2_develop' into v2_develop
tig 2cee67f
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
tig 9560cf3
Merge branch 'gui-cs:v2_develop' into v2_develop
tig 0795dd1
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
tig 4baccd7
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
tig 7d7ffad
Merge branch 'gui-cs:v2_develop' into v2_develop
tig c37210a
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
tig 680e5ae
Merge branch 'gui-cs:v2_develop' into v2_develop
tig 3cba0a5
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
tig 9bbec08
Merge branch 'gui-cs:v2_develop' into v2_develop
tig 64403fa
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
tig 5e1251c
Merge branch 'gui-cs:v2_develop' into v2_develop
tig 49cd335
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
tig 9a8e4e3
Merge branch 'gui-cs:v2_develop' into v2_develop
tig ef6d193
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
tig 4c0c504
Merge branch 'gui-cs:v2_develop' into v2_develop
tig 6d4cfe5
Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop
tig 0e794b8
CancelEventArgs->HandledEventArgs
tig c1afaf6
Fixed Handled issues
tig c2474d6
Merge branch 'v2_develop' into v2_4023-CommandEventArgs_Handled
tig 5c101dc
Merge branch 'v2_develop' into v2_4023-CommandEventArgs_Handled
tig ab1fe7c
Merge branch 'v2_develop' into v2_4023-CommandEventArgs_Handled
tig File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,7 +137,7 @@ public override void Main () | |
} | ||
finally | ||
{ | ||
e.Cancel = true; | ||
e.Handled = true; | ||
} | ||
}; | ||
win.Add (btn); | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.