Delegate RoutedNotifyIconEvent
Event triggered on successful navigation.
public delegate void RoutedNotifyIconEvent(NotifyIcon sender, RoutedEventArgs e)
Parameters
sender
NotifyIconSource of the event, which should be the current navigation instance.
e
RoutedEventArgsEvent data containing information about the navigation event.