C# 클래스 FrameTrapped.ViewModels.MainViewModel

상속: Caliburn.Micro.Screen
파일 보기 프로젝트 열기: jhogoforbroke/Frame-Trapped

공개 메소드들

메소드 설명
Exit ( ) : void

Exit the application.

OnDropFile ( DragEventArgs e ) : void

Opens files by drag and drop

OnKeyDown ( KeyEventArgs e ) : void

Handle keyboard shortcuts.

비공개 메소드들

메소드 설명
MainViewModel ( IWindowManager windowManager, IEventAggregator events ) : System.ComponentModel.Composition
UpdateTitle ( string title ) : void

Updates the application title with what view you are on.

메소드 상세

Exit() 공개 메소드

Exit the application.
public Exit ( ) : void
리턴 void

OnDropFile() 공개 메소드

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

OnKeyDown() 공개 메소드

Handle keyboard shortcuts.
public OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs Key event arguments.
리턴 void