Method | Description | |
---|---|---|
Exit ( ) : void |
Exit the application.
|
|
OnDropFile ( DragEventArgs e ) : void |
Opens files by drag and drop
|
|
OnKeyDown ( KeyEventArgs e ) : void |
Handle keyboard shortcuts.
|
Method | Description | |
---|---|---|
MainViewModel ( IWindowManager windowManager, IEventAggregator events ) : System.ComponentModel.Composition | ||
UpdateTitle ( string title ) : void |
Updates the application title with what view you are on.
|
public OnDropFile ( DragEventArgs e ) : void | ||
e | DragEventArgs | The |
return | void |
public OnKeyDown ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | Key event arguments. |
return | void |