Table of Contents

Class ExitingEventArgs

Namespace
Microsoft.Xna.Framework
Assembly
MonoGame.Framework.dll

Event arguments for Exiting.

public class ExitingEventArgs : EventArgs
Inheritance
ExitingEventArgs
Inherited Members

Properties

Cancel

Set to true to cancel closing the game.

public bool Cancel { get; set; }

Property Value

bool