C# Class ICSharpCode.AvalonEdit.CodeCompletion.CompletionWindowBase.InputHandler

A dummy input handler (that justs invokes the default input handler). This is used to ensure the completion window closes when any other input handler becomes active.
Inheritance: ICSharpCode.AvalonEdit.Editing.TextAreaStackedInputHandler
Show file Open project: gilgame/SEWorkbench

Public Methods

Method Description
Detach ( ) : void
InputHandler ( CompletionWindowBase window ) : System
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnPreviewKeyUp ( System.Windows.Input.KeyEventArgs e ) : void

Method Details

Detach() public method

public Detach ( ) : void
return void

InputHandler() public method

public InputHandler ( CompletionWindowBase window ) : System
window CompletionWindowBase
return System

OnPreviewKeyDown() public method

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

OnPreviewKeyUp() public method

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