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();
        }