Show Method
Show a notification.
Definition
Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
void Show(
INotification notification
)
Sub Show (
notification As INotification
)
abstract Show :
notification : INotification -> unit
Parameters
- INotification
- The notification to be displayed.
See Also
Reference
INotificationManager Interface
Avalonia.Controls.Notifications Namespace