Close(INotification) Method
Closes a notification.
Definition
Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public void Close(
INotification notification
)
Public Sub Close (
notification As INotification
)
abstract Close :
notification : INotification -> unit
override Close :
notification : INotification -> unit
Parameters
- INotification
- The notification to be closed.
Implements
INotificationManager.Close(INotification)See Also
Reference
WindowNotificationManager Class
Close Overload
Avalonia.Controls.Notifications Namespace