Initializes a new instance of the SubscriptionEventArgs class

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public SubscriptionEventArgs(
	string subjectKey,
	string contentKey,
	MailAddress sender,
	IEnumerable<ISubscription> subscriptions,
	Dictionary<Object, Object> emailVariableValues
)
Visual Basic
Public Sub New ( _
	subjectKey As String, _
	contentKey As String, _
	sender As MailAddress, _
	subscriptions As IEnumerable(Of ISubscription), _
	emailVariableValues As Dictionary(Of Object, Object) _
)
Visual C++
public:
SubscriptionEventArgs(
	String^ subjectKey, 
	String^ contentKey, 
	MailAddress^ sender, 
	IEnumerable<ISubscription^>^ subscriptions, 
	Dictionary<Object^, Object^>^ emailVariableValues
)

Parameters

subjectKey
Type: System..::..String
contentKey
Type: System..::..String
sender
Type: System.Net.Mail..::..MailAddress
subscriptions
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'ISubscription>)>)>
emailVariableValues
Type: System.Collections.Generic..::..Dictionary<(Of <(<'Object, Object>)>)>

See Also