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

Defines the BaseDialogViewModel type.
Inheritance: BaseViewModel
Datei anzeigen Open project: asudbury/NinjaCoderForMvvmCross

Protected Methods

Method Description
OnCancel ( ) : void

Called when cancel button pressed.

OnOk ( ) : void

Called when ok button pressed.

Method Details

OnCancel() protected method

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

OnOk() protected method

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