Property OnSetup
OnSetup
Gets or sets action which is fired before dialog is shown to the user.
public virtual Action<WindowTextInput>? OnSetup { get; set; }
Property Value
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.