C# Класс GoToDef.GoToDefKeyProcessor

Listen for the control key being pressed or released to update the CtrlKeyStateChanged for a view.
Наследование: KeyProcessor
Показать файл Открыть проект

Открытые методы

Метод Описание
GoToDefKeyProcessor ( CtrlKeyState state ) : System
PreviewKeyDown ( System.Windows.Input.KeyEventArgs args ) : void
PreviewKeyUp ( System.Windows.Input.KeyEventArgs args ) : void

Приватные методы

Метод Описание
UpdateState ( System.Windows.Input.KeyEventArgs args ) : void

Описание методов

GoToDefKeyProcessor() публичный Метод

public GoToDefKeyProcessor ( CtrlKeyState state ) : System
state CtrlKeyState
Результат System

PreviewKeyDown() публичный Метод

public PreviewKeyDown ( System.Windows.Input.KeyEventArgs args ) : void
args System.Windows.Input.KeyEventArgs
Результат void

PreviewKeyUp() публичный Метод

public PreviewKeyUp ( System.Windows.Input.KeyEventArgs args ) : void
args System.Windows.Input.KeyEventArgs
Результат void