Android.Views.ViewTreeObserver.DispatchOnPreDraw Method
Notifies registered listeners that the drawing pass is about to start.

Syntax

[Android.Runtime.Register("dispatchOnPreDraw", "()Z", "")]
public bool DispatchOnPreDraw ()

Returns

Documentation for this section has not yet been entered.

Remarks

Notifies registered listeners that the drawing pass is about to start. If a listener returns true, then the drawing pass is canceled and rescheduled. This can be called manually if you are forcing the drawing on a View or a hierarchy of Views that are not attached to a Window or in the GONE state.

[Android Documentation]

Requirements

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