DotNetNuke 5.2

Namespace:  DotNetNuke.Entities.Modules.Communications
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

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

See Also