Android.Views.DragEvent.LocalState Property
Returns the local state object sent to the system as part of the call to View.StartDrag(Android.Content.ClipData, .DragShadowBuilder, .DragShadowBuilder, .DragShadowBuilder).

Syntax

[get: Android.Runtime.Register("getLocalState", "()Ljava/lang/Object;", "GetGetLocalStateHandler")]
public virtual Java.Lang.Object LocalState { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the local state object sent to the system as part of the call to View.StartDrag(Android.Content.ClipData, .DragShadowBuilder, .DragShadowBuilder, .DragShadowBuilder). The object is intended to provide local information about the drag and drop operation. For example, it can indicate whether the drag and drop operation is a copy or a move.

This method returns valid data for all event actions.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11