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