NotificationEventArgs Constructor |
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
)
Public Sub New (
type As NotificationType,
msg As String,
Optional text As String = Nothing,
Optional data As Object = Nothing
)
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