C# Class Orchestra.KeyPressApplicationWatcherBase

Inheritance: ApplicationWatcherBase
Mostra file Open project: WildGums/Orchestra

Public Methods

Method Description
KeyPressApplicationWatcherBase ( ) : System.Collections.Generic

Protected Methods

Method Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnPreviewKeyUp ( System.Windows.Input.KeyEventArgs e ) : void

Private Methods

Method Description
Subscribe ( Window window ) : void

Method Details

KeyPressApplicationWatcherBase() public method

public KeyPressApplicationWatcherBase ( ) : System.Collections.Generic
return System.Collections.Generic

OnKeyDown() protected method

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnKeyUp() protected method

protected OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnPreviewKeyDown() protected method

protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnPreviewKeyUp() protected method

protected OnPreviewKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void