Table of Contents

Method DoInsideBusyCursor

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

DoInsideBusyCursor(Action)

Executes action between calls to BeginBusyCursor() and EndBusyCursor().

public static void DoInsideBusyCursor(Action action)

Parameters

action Action

Action that will be executed.