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: 4.1.4031.1525
Syntax
public NotificationEventArgs(
	NotificationType type,
	string msg,
	string text = null,
	Object data = null
)

Parameters

type
Type: Flex.Hal.TermNotificationType
A notification type.
msg
Type: SystemString
A text message.
text (Optional)
Type: SystemString
An optional text data.
data (Optional)
Type: SystemObject
An optional object data.
See Also