NotificationOnClose Property

Gets an Action to be run when the notification is closed.

Definition

Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Action? OnClose { get; set; }

Property Value

Action

Implements

INotificationOnClose

See Also