コード例 #1
0
        public void OnNavigateFrom()
        {
            App.AppLogger.Logger.Log(devoctomy.DFramework.Logging.Interfaces.LoggerMessageType.Information | devoctomy.DFramework.Logging.Interfaces.LoggerMessageType.VerboseHigh, "PageNavigationAwareView OnNavigateFrom.");

            IPageNavigationAware navigationAware = BindingContext as IPageNavigationAware;

            if (navigationAware != null)
            {
                navigationAware.OnNavigateFrom(this, null);
            }
        }