mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
This commit is contained in:
@@ -623,10 +623,10 @@ public class CheckBoxTests (ITestOutputHelper output)
|
||||
|
||||
return;
|
||||
|
||||
void OnCheckedStateChanging (object sender, CancelEventArgs e)
|
||||
void OnCheckedStateChanging (object sender, ResultEventArgs<CheckState> e)
|
||||
{
|
||||
checkedInvoked = true;
|
||||
e.Cancel = true;
|
||||
e.Handled = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user