DotNetNuke.Entities.Modules.Communications.ModuleCommunicationEventArgs

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

Syntax

C#
public ModuleCommunicationEventArgs(
	string text
)
Visual Basic
Public Sub New ( 
	text As String
)

Parameters

text
Type: System..::..String
paramtextM:DotNetNuke.Entities.Modules.Communications.ModuleCommunicationEventArgs.#ctor(System.String)

See Also