Class ExitingEventArgs
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; }