iPhoneOSGameView.Closed Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the view has been closed.
public event EventHandler<EventArgs> Closed;
member this.Closed : EventHandler<EventArgs>
Event Type
Implements
Remarks
This never actually happens; UIView instances aren't closed.