Clicked Event
Raised when the TrayIcon is clicked. Note, this is only supported on Win32 and some Linux DEs, on OSX this event is not raised.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public event EventHandler Clicked
Public Event Clicked As EventHandler
member Clicked : IEvent<EventHandler,
EventArgs>