Interaction logic for NewLogEntryBalloon.xaml
Inheritance: System.Windows.Controls.UserControl
Beispiel #1
0
        void ViewModelNewLogEntry(object sender, NewLogEntryInfoEventHandlerArgs e)
        {
            var balloon = new NewLogEntryBalloon(e.LogSubscriptionName, e.Author, e.Message);

            NotifyIcon.ShowCustomBalloon(balloon, PopupAnimation.Fade, 5000);
        }
        void ViewModelNewLogEntry(object sender, NewLogEntryInfoEventHandlerArgs e)
        {
            var balloon = new NewLogEntryBalloon(e.LogSubscriptionName, e.Author, e.Message);

            NotifyIcon.ShowCustomBalloon(balloon, PopupAnimation.Fade, 5000);
        }