Table of Contents

Property OnClose

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

OnClose

Gets or sets action which is fired when dialog is closed.

public virtual Action<T?>? OnClose { get; set; }

Property Value

Action<T>