言語

TextView.EditorActionEventArgs クラス

定義

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

public class TextView.EditorActionEventArgs : EventArgs
type TextView.EditorActionEventArgs = class
    inherit EventArgs
継承
TextView.EditorActionEventArgs

注釈

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

コンストラクター

名前 説明
TextView.EditorActionEventArgs(Boolean, ImeAction, KeyEvent)

エディター アクション コールバックによって提供されるイベント データを初期化します。

プロパティ

名前 説明
ActionId

アクション ID を取得します。

Event

イベントを取得します。

Handled

エディター アクションコールバックによってコールバックが処理されたかどうかを取得します。

適用対象