Removed HighlightEventArgs

This commit is contained in:
Tig
2024-06-30 12:57:29 -07:00
parent 50356cf14a
commit e834dfcd1c
6 changed files with 8 additions and 18 deletions

View File

@@ -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)
{