Interface IModuleListener
Namespace: DotNetNuke.Entities.Modules.Communications
Assembly: DotNetNuke.dll
Syntax
public interface IModuleListener
Methods
OnModuleCommunication(object, ModuleCommunicationEventArgs)
Declaration
void OnModuleCommunication(object s, ModuleCommunicationEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
object | s | |
ModuleCommunicationEventArgs | e |