1 reference to OnCurrentPageChanged
Microsoft.Maui.Controls (1)
NavigationPage\NavigationPage.cs (1)
46
static readonly BindablePropertyKey CurrentPagePropertyKey = BindableProperty.CreateReadOnly(nameof(CurrentPage), typeof(Page), typeof(NavigationPage), null, propertyChanged:
OnCurrentPageChanged
);