View.DispatchProvideStructure(ViewStructure) Method

Definition

Dispatch creation of ViewStructure down the hierarchy.

[Android.Runtime.Register("dispatchProvideStructure", "(Landroid/view/ViewStructure;)V", "GetDispatchProvideStructure_Landroid_view_ViewStructure_Handler", ApiSince=23)]
public virtual void DispatchProvideStructure (Android.Views.ViewStructure? structure);
[<Android.Runtime.Register("dispatchProvideStructure", "(Landroid/view/ViewStructure;)V", "GetDispatchProvideStructure_Landroid_view_ViewStructure_Handler", ApiSince=23)>]
abstract member DispatchProvideStructure : Android.Views.ViewStructure -> unit
override this.DispatchProvideStructure : Android.Views.ViewStructure -> unit

Parameters

structure
ViewStructure
Attributes

Remarks

Dispatch creation of ViewStructure down the hierarchy. The default implementation calls #onProvideStructure and #onProvideVirtualStructure.

Java documentation for android.view.View.dispatchProvideStructure(android.view.ViewStructure).

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