NotificationEventArgs Constructor |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic NotificationEventArgs(
string transactionName,
string user,
string type,
string data
)
Public Sub New (
transactionName As String,
user As String,
type As String,
data As String
)
public:
NotificationEventArgs(
String^ transactionName,
String^ user,
String^ type,
String^ data
)
new :
transactionName : string *
user : string *
type : string *
data : string -> NotificationEventArgs
Parameters
- transactionName
- Type: SystemString
- user
- Type: SystemString
- type
- Type: SystemString
- data
- Type: SystemString
See Also