BaconographyWP8.Common.RedditViewPivotControl.OnUnloadingPivotItem C# (CSharp) Method

OnUnloadingPivotItem() protected method

protected OnUnloadingPivotItem ( PivotItemEventArgs e ) : void
e PivotItemEventArgs
return void
        protected override async void OnUnloadingPivotItem(PivotItemEventArgs e)
        {
            base.OnUnloadingPivotItem(e);
            await RealUnloadingItem(e);
        }