Android.Views.View.OnFinishInflate Method
Finalize inflating a view from XML.

Syntax

[Android.Runtime.Register("onFinishInflate", "()V", "GetOnFinishInflateHandler")]
protected virtual void OnFinishInflate ()

Remarks

Finalize inflating a view from XML. This is called as the last phase of inflation, after all child views have been added.

Even if the subclass overrides onFinishInflate, they should always be sure to call the super method, so that we get called.

[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