Microsoft.Xna.Framework.MacGamePlatform.MainWindowDelegate.WillClose C# (CSharp) Méthode

WillClose() public méthode

public WillClose ( NSNotification notification ) : void
notification NSNotification
Résultat void
            public override void WillClose(NSNotification notification)
            {
                NSApplication.SharedApplication.BeginInvokeOnMainThread(() =>
                    _owner.State = MacGamePlatform.RunState.Exited);
            }