Gymnastika.Common.Navigation.NavigationService.NotifyStateChanging C# (CSharp) Méthode

NotifyStateChanging() private méthode

private NotifyStateChanging ( NavigationDescriptor descriptor, ViewState state ) : void
descriptor NavigationDescriptor
state ViewState
Résultat void
        private void NotifyStateChanging(NavigationDescriptor descriptor, ViewState state)
        {
            if(descriptor.StateChanging != null)
                descriptor.StateChanging(state);
        }