C# 클래스 YAMP.NotificationEventArgs

This class is used to transmit notifications in interactive mode.
상속: System.EventArgs
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
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