Catel.MVVM.Navigation.NavigationAdapter.CanHandleNavigation C# (CSharp) Метод

CanHandleNavigation() защищенный Метод

Determines whether the navigation can be handled by this adapter.
protected CanHandleNavigation ( ) : bool
Результат bool
        protected override bool CanHandleNavigation()
        {
            throw new MustBeImplementedException();
        }