MonoTouch.Dialog.PagingViewController.ViewWillDisappear C# (CSharp) Method

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void
        public override void ViewWillDisappear(bool animated)
        {
            base.ViewWillDisappear (animated);
            if (ViewDissapearing != null)
                ViewDissapearing (this, EventArgs.Empty);
        }