BaconographyWP8.Common.RedditViewPivotControl.OnUnloadingPivotItem C# (CSharp) Метод

OnUnloadingPivotItem() защищенный Метод

protected OnUnloadingPivotItem ( PivotItemEventArgs e ) : void
e PivotItemEventArgs
Результат void
        protected override async void OnUnloadingPivotItem(PivotItemEventArgs e)
        {
            base.OnUnloadingPivotItem(e);
            await RealUnloadingItem(e);
        }