Click or drag to resize

NotificationEventArgs Constructor

Initializes a new instance of the NotificationEventArgs class.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public NotificationEventArgs(
	string transactionName,
	string user,
	string type,
	string data
)

Parameters

transactionName
Type: SystemString
user
Type: SystemString
type
Type: SystemString
data
Type: SystemString
See Also