Notification.

OnClose Property

Summary

Gets an Action to be run when the notification is closed.
Namespace
Avalonia.Controls.Notifications
Containing Type
Notification

Syntax

public Action OnClose { get; private set; }

Value

Type Description
Action