C# Class YAMP.NotificationEventArgs

This class is used to transmit notifications in interactive mode.
Inheritance: System.EventArgs
Exibir arquivo Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
NotificationEventArgs ( NotificationType type, string message ) : System

Creates a new instance.

Method Details

NotificationEventArgs() public method

Creates a new instance.
public NotificationEventArgs ( NotificationType type, string message ) : System
type NotificationType The type of notification.
message string The pure notification message.
return System