C# Class Scorchio.Infrastructure.Wpf.ViewModels.BaseDialogViewModel

Defines the BaseDialogViewModel type.
Inheritance: BaseViewModel
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes protégées

Méthode Description
OnCancel ( ) : void

Called when cancel button pressed.

OnOk ( ) : void

Called when ok button pressed.

Method Details

OnCancel() protected méthode

Called when cancel button pressed.
protected OnCancel ( ) : void
Résultat void

OnOk() protected méthode

Called when ok button pressed.
protected OnOk ( ) : void
Résultat void