OnClick Property
Gets an Action to be run when the notification is clicked.
Definition
Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public Action? OnClick { get; set; }
Public Property OnClick As Action
Get
Set
abstract OnClick : Action with get, set
override OnClick : Action with get, set
Property Value
ActionImplements
INotification.OnClickSee Also
Reference
Notification Class
Avalonia.Controls.Notifications Namespace