C# 클래스 Te.StahpIt.Views.ViewChangeRequestArgs

Parameters for ViewChangeRequest event.
상속: System.EventArgs
파일 보기 프로젝트 열기: TechnikEmpire/StahpIt-WPF 1 사용 예제들

공개 메소드들

메소드 설명
ViewChangeRequestArgs ( View view, object data = null ) : System

Constructs a new ViewChangeRequestArgs class with the View being requested, as well as some optional data for to be supplied to the requested view. See notes on the Data member.

메소드 상세

ViewChangeRequestArgs() 공개 메소드

Constructs a new ViewChangeRequestArgs class with the View being requested, as well as some optional data for to be supplied to the requested view. See notes on the Data member.
public ViewChangeRequestArgs ( View view, object data = null ) : System
view View /// The view requested. ///
data object /// Optional data for the requested view. ///
리턴 System