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

Syntax

C#
public delegate void SubscriptionNotice(
	Object sender,
	SubscriptionEventArgs e
)
Visual Basic
Public Delegate Sub SubscriptionNotice ( _
	sender As Object, _
	e As SubscriptionEventArgs _
)
Visual C++
public delegate void SubscriptionNotice(
	Object^ sender, 
	SubscriptionEventArgs^ e
)

See Also