Notification.

OnClick Property

Summary

Gets an Action to be run when the notification is clicked.
Namespace
Avalonia.Controls.Notifications
Containing Type
Notification

Syntax

public Action OnClick { get; private set; }

Value

Type Description
Action