Table of Contents

Property ClosedAction

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

ClosedAction

Gets or sets the action to be executed when the popup is closed.

public Action? ClosedAction { get; set; }

Property Value

Action

Remarks

This property allows you to define a custom action to be invoked when the popup is closed. If set to null, no action will be performed.