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