DotNetNuke.Entities.Modules.Communications.ModuleCommunicationEventArgs

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

Syntax

C#
public ModuleCommunicationEventArgs(
	string type,
	Object value,
	string sender,
	string target
)
Visual Basic
Public Sub New ( 
	type As String,
	value As Object,
	sender As String,
	target As String
)

Parameters

type
Type: System..::..String
paramtypeM:DotNetNuke.Entities.Modules.Communications.ModuleCommunicationEventArgs.#ctor(System.String,System.Object,System.String,System.String)
value
Type: System..::..Object
paramvalueM:DotNetNuke.Entities.Modules.Communications.ModuleCommunicationEventArgs.#ctor(System.String,System.Object,System.String,System.String)
sender
Type: System..::..String
paramsenderM:DotNetNuke.Entities.Modules.Communications.ModuleCommunicationEventArgs.#ctor(System.String,System.Object,System.String,System.String)
target
Type: System..::..String
paramtargetM:DotNetNuke.Entities.Modules.Communications.ModuleCommunicationEventArgs.#ctor(System.String,System.Object,System.String,System.String)

See Also