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

Represents the event arguments that are passed to the navigation events of the view models.
상속: System.ComponentModel.CancelEventArgs
파일 보기 프로젝트 열기: lecode-official/mvvm-framework 1 사용 예제들

공개 메소드들

메소드 설명
NavigationEventArgs ( NavigationReason reason ) : System.ComponentModel

Initializes a new NavigationEventArgs instance.

메소드 상세

NavigationEventArgs() 공개 메소드

Initializes a new NavigationEventArgs instance.
public NavigationEventArgs ( NavigationReason reason ) : System.ComponentModel
reason NavigationReason The reason of the navigation.
리턴 System.ComponentModel