OnClose Property
Gets an Action to be run when the notification is closed.
Definition
Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public Action? OnClose { get; set; }
Public Property OnClose As Action
Get
Set
abstract OnClose : Action with get, set
override OnClose : Action with get, set
Property Value
ActionImplements
INotification.OnCloseSee Also
Reference
Notification Class
Avalonia.Controls.Notifications Namespace