C# Class KeyCommandsLab.ViewModelBase

Inheritance: Caliburn.Micro.Screen, IShell
Datei anzeigen Open project: danielwertheim/InputBindingCommand-Lab

Public Methods

Method Description
Deactivate ( bool close ) : void

Protected Methods

Method Description
GetInputBindingCommands ( ) : IEnumerable
OnDeactivate ( bool close ) : void
OnViewLoaded ( object view ) : void

Method Details

Deactivate() public method

public Deactivate ( bool close ) : void
close bool
return void

GetInputBindingCommands() protected method

protected GetInputBindingCommands ( ) : IEnumerable
return IEnumerable

OnDeactivate() protected method

protected OnDeactivate ( bool close ) : void
close bool
return void

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void