Android.Views.View.PostInvalidate Method

Syntax

[Android.Runtime.Register("postInvalidate", "()V", "GetPostInvalidateHandler")]
public virtual void PostInvalidate ()

See Also

View.Invalidate
View.PostInvalidateDelayed(long)

Remarks

Cause an invalidate to happen on a subsequent cycle through the event loop. Use this to invalidate the View from a non-UI thread.

This method can be invoked from outside of the UI thread only when this View is attached to a window.

[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