ViewTreeObserver.DispatchOnScrollChanged Method

Definition

Notifies registered listeners that something has scrolled.

[Android.Runtime.Register("dispatchOnScrollChanged", "()V", "", ApiSince=36)]
public void DispatchOnScrollChanged();
[<Android.Runtime.Register("dispatchOnScrollChanged", "()V", "", ApiSince=36)>]
member this.DispatchOnScrollChanged : unit -> unit
Attributes

Remarks

Notifies registered listeners that something has scrolled.

Java documentation for android.view.ViewTreeObserver.dispatchOnScrollChanged().

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