Example #1
0
        protected override async Task HandleDifferentSectionRequested()
        {
            await AvailabilitiesDataChanged.InvokeAsync(AvailabilitiesData);

            await base.HandlePreviousSectionRequested();
        }
Example #2
0
        protected override async Task GoToNextSection()
        {
            await AvailabilitiesDataChanged.InvokeAsync(AvailabilitiesData);

            await base.GoToNextSection();
        }