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
Afficher le fichier Open project: gilgame/SEWorkbench

Méthodes publiques

Méthode 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 méthode

public Detach ( ) : void
Résultat void

InputHandler() public méthode

public InputHandler ( CompletionWindowBase window ) : System
window CompletionWindowBase
Résultat System

OnPreviewKeyDown() public méthode

public OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnPreviewKeyUp() public méthode

public OnPreviewKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void