Catel.MVVM.Navigation.NavigationAdapter.CanHandleNavigation C# (CSharp) Method

CanHandleNavigation() protected method

Determines whether the navigation can be handled by this adapter.
protected CanHandleNavigation ( ) : bool
return bool
        protected override bool CanHandleNavigation()
        {
            throw new MustBeImplementedException();
        }