SelectionEventType Enum

Definition

public enum SelectionEventType
type SelectionEventType = 
Inheritance
SelectionEventType

Fields

Name Value Description
SelectionStarted 1

User started a new selection.

SelectionModified 2

User modified an existing selection.

SmartSelectionSingle 3

Smart selection triggered for a single token (word).

SmartSelectionMulti 4

Smart selection triggered spanning multiple tokens (words).

AutoSelection 5

Something else other than User or the default TextClassifier triggered a selection.

Applies to