SourceWriter.ViewController.ViewWillDisappear C# (CSharp) Method

ViewWillDisappear() public method

This method is called before the view being handled by this View Controller is removed from the screen to allow you to do any last minute clean-up.
public ViewWillDisappear ( ) : void
return void
		public override void ViewWillDisappear ()
		{
			base.ViewWillDisappear ();

		}
		#endregion