summaryT:DotNetNuke.Entities.Modules.Communications.ModuleCommunicationEventHandler

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

Syntax

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

See Also