C# Class KeyCommandsLab.ViewModelBase

Inheritance: Caliburn.Micro.Screen, IShell
Afficher le fichier Open project: danielwertheim/InputBindingCommand-Lab

Méthodes publiques

Méthode Description
Deactivate ( bool close ) : void

Méthodes protégées

Méthode Description
GetInputBindingCommands ( ) : IEnumerable
OnDeactivate ( bool close ) : void
OnViewLoaded ( object view ) : void

Method Details

Deactivate() public méthode

public Deactivate ( bool close ) : void
close bool
Résultat void

GetInputBindingCommands() protected méthode

protected GetInputBindingCommands ( ) : IEnumerable
Résultat IEnumerable

OnDeactivate() protected méthode

protected OnDeactivate ( bool close ) : void
close bool
Résultat void

OnViewLoaded() protected méthode

protected OnViewLoaded ( object view ) : void
view object
Résultat void