Exemple #1
0
 protected override async Task HandleDifferentSectionRequested()
 {
     await AccountDataChanged.InvokeAsync(AccountData);
     await base.HandlePreviousSectionRequested();
 }
Exemple #2
0
 protected override async Task GoToNextSection()
 {
     await AccountDataChanged.InvokeAsync(AccountData);
     await base.GoToNextSection();
 }