Close(Object) Method
Closes a notification.
Definition
Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
void Close(
Object content
)
Sub Close (
content As Object
)
abstract Close :
content : Object -> unit
Parameters
- Object
- The content to be closed.
See Also
Reference
IManagedNotificationManager Interface
Close Overload
Avalonia.Controls.Notifications Namespace