C# 클래스 Scorchio.Infrastructure.Wpf.ViewModels.BaseDialogViewModel

Defines the BaseDialogViewModel type.
상속: BaseViewModel
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

보호된 메소드들

메소드 설명
OnCancel ( ) : void

Called when cancel button pressed.

OnOk ( ) : void

Called when ok button pressed.

메소드 상세

OnCancel() 보호된 메소드

Called when cancel button pressed.
protected OnCancel ( ) : void
리턴 void

OnOk() 보호된 메소드

Called when ok button pressed.
protected OnOk ( ) : void
리턴 void