mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Move all nested eventargs out of parent classes to root
This commit is contained in:
@@ -254,7 +254,7 @@ namespace Terminal.Gui.ViewTests {
|
||||
public void PositionChanged_Event ()
|
||||
{
|
||||
var hv = new HexView (LoadStream ()) { Width = Dim.Fill (), Height = Dim.Fill () };
|
||||
HexView.HexViewEventArgs hexViewEventArgs = null;
|
||||
HexViewEventArgs hexViewEventArgs = null;
|
||||
hv.PositionChanged += (s, e) => hexViewEventArgs = e;
|
||||
Application.Top.Add (hv);
|
||||
Application.Begin (Application.Top);
|
||||
|
||||
Reference in New Issue
Block a user