SelectionEvent.EventType Propiedad

Definición

Devuelve el tipo de evento que se desencadenó.

public Android.Views.TextClassifiers.SelectionEventType EventType { [Android.Runtime.Register("getEventType", "()I", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getEventType", "()I", "", ApiSince=28)>]
member this.EventType : Android.Views.TextClassifiers.SelectionEventType

Valor de propiedad

El valor es uno de los siguientes: ACTION_OVERTYPE ACTION_COPY ACTION_PASTE ACTION_CUT ACTION_SHARE ACTION_SMART_SHARE ACTION_DRAG ACTION_ABANDON ACTION_OTHER ACTION_SELECT_ALL ACTION_RESET EVENT_SELECTION_STARTED EVENT_SELECTION_MODIFIED EVENT_SMART_SELECTION_SINGLE EVENT_SMART_SELECTION_MULTI EVENT_AUTO_SELECTION

Atributos

Comentarios

Devuelve el tipo de evento que se desencadenó. Por ejemplo, ACTION_COPY.

Referencia de Android para android.view.textclassifier.SelectionEvent.getEventType.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a