Property OnClose
OnClose
Gets or sets action which is fired when dialog is closed.
public virtual Action<T?>? OnClose { get; set; }
Property Value
- Action<T>
Gets or sets action which is fired when dialog is closed.
public virtual Action<T?>? OnClose { get; set; }