Changing close to not take any params

changing CloseEventArgs to EventArgs
This commit is contained in:
Lars Brubaker 2018-08-23 16:44:11 -07:00
parent 37d7604516
commit 3d9781d7c6
52 changed files with 89 additions and 64 deletions

View file

@ -488,7 +488,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
ScrollPosition += new Vector2(0, scrollAmount * direction);
}
public override void OnClosed(ClosedEventArgs e)
public override void OnClosed(EventArgs e)
{
if (this.LibraryContext != null)
{