summaryT:DotNetNuke.Entities.Modules.Communications.ModuleCommunicationEventHandler
Namespace: DotNetNuke.Entities.Modules.CommunicationsAssembly: 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 ) |
Parameters
- sender
- Type: System..::..Object