mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Removed HighlightEventArgs
This commit is contained in:
@@ -566,7 +566,7 @@ public class MouseTests (ITestOutputHelper output) : TestsAllViews
|
||||
|
||||
return;
|
||||
|
||||
void View_Highlight (object sender, HighlightEventArgs e)
|
||||
void View_Highlight (object sender, CancelEventArgs<HighlightStyle> e)
|
||||
{
|
||||
if (e.NewValue == HighlightStyle.None)
|
||||
{
|
||||
@@ -635,7 +635,7 @@ public class MouseTests (ITestOutputHelper output) : TestsAllViews
|
||||
|
||||
return;
|
||||
|
||||
void View_Highlight (object sender, HighlightEventArgs e)
|
||||
void View_Highlight (object sender, CancelEventArgs<HighlightStyle> e)
|
||||
{
|
||||
if (e.NewValue == HighlightStyle.None)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user