ViewTreeObserver.DispatchOnDraw Method

Definition

Notifies registered listeners that the drawing pass is about to start.

[Android.Runtime.Register("dispatchOnDraw", "()V", "")]
public void DispatchOnDraw ();
[<Android.Runtime.Register("dispatchOnDraw", "()V", "")>]
member this.DispatchOnDraw : unit -> unit
Attributes

Remarks

Notifies registered listeners that the drawing pass is about to start.

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

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