Method | Description | |
---|---|---|
NotificationEventArgs ( NotificationType type, string message ) : System |
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 |