View.KeyEventArgs クラス

定義

KeyPress イベントのデータを提供します。

public class View.KeyEventArgs : EventArgs
type View.KeyEventArgs = class
    inherit EventArgs
継承
View.KeyEventArgs

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

名前 説明
View.KeyEventArgs(Boolean, Keycode, KeyEvent)

KeyPress イベントのデータを提供します。

プロパティ

名前 説明
Event

KeyPress イベントのデータを提供します。

Handled

KeyPress イベントのデータを提供します。

KeyCode

KeyPress イベントのデータを提供します。

適用対象