Gymnastika.Common.Navigation.NavigationService.NotifyStateChanging C# (CSharp) Method

NotifyStateChanging() private method

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