Click or drag to resize

NotificationEventArgs Constructor

Initializes a new instance of the NotificationEventArgs class

Namespace: Flex.Hal.Term
Assembly: Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 6.0.8219.1880
Syntax
public NotificationEventArgs(
	NotificationType type,
	string msg,
	string text = null,
	Object data = null
)

Parameters

type  NotificationType
A notification type.
msg  String
A text message.
text  String  (Optional)
An optional text data.
data  Object  (Optional)
An optional object data.
See Also