Property ClosedAction
ClosedAction
Gets or sets the action to be executed when the popup is closed.
public Action? ClosedAction { get; set; }
Property Value
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.