WindowNotificationManagerClose(INotification) Method

Closes a notification.

Definition

Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public void Close(
	INotification notification
)

Parameters

notification  INotification
The notification to be closed.

Implements

INotificationManagerClose(INotification)

See Also