Android.Views.ViewTreeObserver.IsAlive Property
Indicates whether this ViewTreeObserver is alive.

Syntax

[get: Android.Runtime.Register("isAlive", "()Z", "GetIsAliveHandler")]
public bool IsAlive { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Indicates whether this ViewTreeObserver is alive. When an observer is not alive, any call to a method (except this one) will throw an exception. If an application keeps a long-lived reference to this ViewTreeObserver, it should always check for the result of this method before calling any other method.

[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