mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Renamed StateChangedEventArgs
This commit is contained in:
@@ -295,7 +295,7 @@ public class ApplicationTests
|
||||
|
||||
return;
|
||||
|
||||
void OnApplicationOnInitializedChanged (object s, StateEventArgs<bool> a)
|
||||
void OnApplicationOnInitializedChanged (object s, CancelEventArgs<bool> a)
|
||||
{
|
||||
if (a.NewValue)
|
||||
{
|
||||
@@ -1151,7 +1151,7 @@ public class ApplicationTests
|
||||
|
||||
return;
|
||||
|
||||
void OnApplicationOnInitializedChanged (object s, StateEventArgs<bool> a)
|
||||
void OnApplicationOnInitializedChanged (object s, CancelEventArgs<bool> a)
|
||||
{
|
||||
if (a.NewValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user