SlidingDrawer.IOnDrawerScrollListener.OnScrollEnded Method

Definition

Invoked when the user stops dragging/flinging the drawer's handle.

[Android.Runtime.Register("onScrollEnded", "()V", "GetOnScrollEndedHandler:Android.Widget.SlidingDrawer/IOnDrawerScrollListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnScrollEnded ();
[<Android.Runtime.Register("onScrollEnded", "()V", "GetOnScrollEndedHandler:Android.Widget.SlidingDrawer/IOnDrawerScrollListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnScrollEnded : unit -> unit
Attributes

Remarks

Invoked when the user stops dragging/flinging the drawer's handle.

Java documentation for android.widget.SlidingDrawer.OnDrawerScrollListener.onScrollEnded().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to