C# 클래스 System.Windows.Mvvm.Services.Navigation.WindowEventArgs

Represents the event arguments that are passed to the window events of the window navigation service.
상속: EventArgs
파일 보기 프로젝트 열기: lecode-official/mvvm-framework

공개 메소드들

메소드 설명
WindowEventArgs ( NavigationService navigationService )

Initializes a new WindowEventArgs instance.

메소드 상세

WindowEventArgs() 공개 메소드

Initializes a new WindowEventArgs instance.
public WindowEventArgs ( NavigationService navigationService )
navigationService NavigationService The navigation service which is affected by the event.