C# Класс YAMP.NotificationEventArgs

This class is used to transmit notifications in interactive mode.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NotificationEventArgs ( NotificationType type, string message ) : System

Creates a new instance.

Описание методов

NotificationEventArgs() публичный Метод

Creates a new instance.
public NotificationEventArgs ( NotificationType type, string message ) : System
type NotificationType The type of notification.
message string The pure notification message.
Результат System