C# 클래스 Cocktail.NavigationArgs

Provides data for navigation methods that cannot cancel the navigation request.
상속: NavigationCancelArgs
파일 보기 프로젝트 열기: IdeaBlade/Punch 1 사용 예제들

공개 메소드들

메소드 설명
NavigationArgs ( object parameter ) : System

Creates a new instance.

메소드 상세

NavigationArgs() 공개 메소드

Creates a new instance.
public NavigationArgs ( object parameter ) : System
parameter object Parameter passed to the target view model.
리턴 System