Table of Contents

Method ShowAsync

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

ShowAsync(Window?, Action<bool>?)

Shows dialog on screen asynchroniusly.

void ShowAsync(Window? owner, Action<bool>? onClose)

Parameters

owner Window

Dialog owner.

onClose Action<bool>

Action to call after dialog is closed.