Table of Contents

Property OnSetup

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

OnSetup

Gets or sets action which is fired before dialog is shown to the user.

public virtual Action<WindowTextInput>? OnSetup { get; set; }

Property Value

Action<WindowTextInput>

Remarks

This action is fired only if WindowTextInput is used for the input dialog. Currently it is used on WxWidgets platform and not used on MAUI platform.