System.Windows.Forms.ApplicationContext.WillTerminate C# (CSharp) 메소드

WillTerminate() 공개 메소드

public WillTerminate ( Foundation notification ) : void
notification Foundation
리턴 void
		public override void WillTerminate (Foundation.NSNotification notification)
		{
			OnMainFormClosed (notification.Object, new EventArgs ());
			//base.WillTerminate (notification);
		}
		protected virtual void OnMainFormClosed (object sender, EventArgs e)