Click or drag to resize

NotificationEventArgs Properties

The NotificationEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyData
Gets the notification data. Can be a plain text message or some encoded data.
Public propertyTransactionName
Gets the name of the object transaction that issued the notification.
Public propertyType
The notification class. Can be WARNING, ERROR, or any custom notification type.
Public propertyUser
If not null this is the user that should receive the notification.
Top
See Also