C# 클래스 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.
상속: ICSharpCode.AvalonEdit.Editing.TextAreaStackedInputHandler
파일 보기 프로젝트 열기: gilgame/SEWorkbench

공개 메소드들

메소드 설명
Detach ( ) : void
InputHandler ( CompletionWindowBase window ) : System
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnPreviewKeyUp ( System.Windows.Input.KeyEventArgs e ) : void

메소드 상세

Detach() 공개 메소드

public Detach ( ) : void
리턴 void

InputHandler() 공개 메소드

public InputHandler ( CompletionWindowBase window ) : System
window CompletionWindowBase
리턴 System

OnPreviewKeyDown() 공개 메소드

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

OnPreviewKeyUp() 공개 메소드

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