Android.Views.View.PostInvalidateDelayed Method

Syntax

[Android.Runtime.Register("postInvalidateDelayed", "(J)V", "GetPostInvalidateDelayed_JHandler")]
public virtual void PostInvalidateDelayed (long delayMilliseconds)

See Also

View.Invalidate
View.PostInvalidate

Parameters

delayMilliseconds
the duration in milliseconds to delay the invalidation by

Remarks

Cause an invalidate to happen on a subsequent cycle through the event loop. Waits for the specified amount of time.

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