| NotificationEventArgs Constructor | 
Namespace: Flex.Hal.TermAssembly: Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 6.0.8219.1880
 Syntax
Syntaxpublic NotificationEventArgs(
	NotificationType type,
	string msg,
	string text = null,
	Object data = null
)
Public Sub New ( 
	type As NotificationType,
	msg As String,
	Optional text As String = Nothing,
	Optional data As Object = Nothing
)
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
See Also