言語

SelectionEventType 列挙型

定義

public enum SelectionEventType
type SelectionEventType = 
継承
SelectionEventType

フィールド

名前 説明
SelectionStarted 1

ユーザーが新しい選択を開始しました。

SelectionModified 2

ユーザーが既存の選択範囲を変更しました。

SmartSelectionSingle 3

1 つのトークン (単語) に対してトリガーされるスマート選択。

SmartSelectionMulti 4

複数のトークン (単語) にまたがるスマート選択がトリガーされました。

AutoSelection 5

User または既定の TextClassifier 以外の何かが選択をトリガーしました。

適用対象