iPhoneOSGameView.Closed Event

Definition

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.

Applies to