ComboBox.OnPreviewKeyDown(KeyEventArgs) Метод
Определение
Вызывается при возникновении присоединенного маршрутизируемого события PreviewKeyDown.Invoked when a PreviewKeyDown attached routed event occurs.
protected:
override void OnPreviewKeyDown(System::Windows::Input::KeyEventArgs ^ e);
protected override void OnPreviewKeyDown (System.Windows.Input.KeyEventArgs e);
override this.OnPreviewKeyDown : System.Windows.Input.KeyEventArgs -> unit
Protected Overrides Sub OnPreviewKeyDown (e As KeyEventArgs)
Параметры
Данные события.Event data.