System.Windows.Forms.Form.OnHandleDestroyed C# (CSharp) Method

OnHandleDestroyed() private method

private OnHandleDestroyed ( EventArgs e ) : void
e System.EventArgs
return void
		protected override void OnHandleDestroyed(EventArgs e) {
			Application.RemoveForm (this);
			base.OnHandleDestroyed (e);
		}
Form