using Microsoft.UI.Xaml.Navigation;
namespace XFEExtension.NetCore.WinUIHelper.Interface.Services;
///
/// 自动导航实现
///
public interface IAutoNavigationService : INavigationService, IAutoNavigable
{
///
/// 导航完成
///
event NavigatedEventHandler Navigated;
}