Table of Contents

Delegate RoutedNotifyIconEvent

Namespace
Wpf.Ui.Tray
Assembly
Wpf.Ui.Tray.dll

Event triggered on successful navigation.

public delegate void RoutedNotifyIconEvent(NotifyIcon sender, RoutedEventArgs e)

Parameters

sender NotifyIcon

Source of the event, which should be the current navigation instance.

e RoutedEventArgs

Event data containing information about the navigation event.