C# Class FrameTrapped.ViewModels.MainViewModel

Inheritance: Caliburn.Micro.Screen
Afficher le fichier Open project: jhogoforbroke/Frame-Trapped

Méthodes publiques

Méthode Description
Exit ( ) : void

Exit the application.

OnDropFile ( DragEventArgs e ) : void

Opens files by drag and drop

OnKeyDown ( KeyEventArgs e ) : void

Handle keyboard shortcuts.

Private Methods

Méthode Description
MainViewModel ( IWindowManager windowManager, IEventAggregator events ) : System.ComponentModel.Composition
UpdateTitle ( string title ) : void

Updates the application title with what view you are on.

Method Details

Exit() public méthode

Exit the application.
public Exit ( ) : void
Résultat void

OnDropFile() public méthode

Opens files by drag and drop
public OnDropFile ( DragEventArgs e ) : void
e DragEventArgs The instance containing the event data.
Résultat void

OnKeyDown() public méthode

Handle keyboard shortcuts.
public OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs Key event arguments.
Résultat void