Share via


AccessibilityEvent.ContentChangeTypeDragDropped 필드

정의

주의

This constant will be removed in the future version. Use Android.Views.Accessibility.ContentChangeTypes enum directly instead of this field.

이벤트에 대한 #TYPE_WINDOW_CONTENT_CHANGED 변경 유형: 접근성을 사용하도록 설정된 끌기가 종료되었습니다.

[Android.Runtime.Register("CONTENT_CHANGE_TYPE_DRAG_DROPPED", ApiSince=32)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.ContentChangeTypes enum directly instead of this field.", true)]
public const Android.Views.Accessibility.ContentChangeTypes ContentChangeTypeDragDropped = 256;
[<Android.Runtime.Register("CONTENT_CHANGE_TYPE_DRAG_DROPPED", ApiSince=32)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.ContentChangeTypes enum directly instead of this field.", true)>]
val mutable ContentChangeTypeDragDropped : Android.Views.Accessibility.ContentChangeTypes

필드 값

Value = 256

구현

특성

설명

이벤트에 대한 #TYPE_WINDOW_CONTENT_CHANGED 변경 유형: 접근성을 사용하도록 설정된 끌기가 종료되었습니다. 즉, 콘텐츠가 삭제되었습니다. 끌어간 콘텐츠를 수락한 대상에서 전송됩니다.

에 대한 Java 설명서입니다 android.view.accessibility.AccessibilityEvent.CONTENT_CHANGE_TYPE_DRAG_DROPPED.

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상