Table of Contents

Method RunWhenIdle

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RunWhenIdle(Action)

Adds action which will be executed one time when the application finished processing events and is about to enter the idle state.

public virtual void RunWhenIdle(Action action)

Parameters

action Action

Action to call.