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 変更: アクセシビリティを有効にしたドラッグ インが終了しました。 これは、コンテンツが正常に削除されたことを意味します。 これは、ドラッグされたコンテンツを受け入れたターゲットから送信されます。

android.view.accessibility.AccessibilityEvent.CONTENT_CHANGE_TYPE_DRAG_DROPPEDJava ドキュメント。

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

適用対象