'宣言
Protected Overrides Sub OnPreviewKeyDown( _ ByVal e As KeyEventArgs _ )
protected override void OnPreviewKeyDown( KeyEventArgs e )
パラメータ
- e
- イベントデータを含む System.Windows.Input.KeyEventArgs。
'宣言
Protected Overrides Sub OnPreviewKeyDown( _ ByVal e As KeyEventArgs _ )
protected override void OnPreviewKeyDown( KeyEventArgs e )
継承時の注意
OnPreviewKeyDown をオーバーライドする場合は、Handled を true に設定することで、登録されたデリゲートがイベントを受け取らないようにすることができます。