Show / Hide Table of Contents

Class ModuleCommunicationEventArgs

Inheritance
object
EventArgs
ModuleCommunicationEventArgs
RoleChangeEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Modules.Communications
Assembly: DotNetNuke.dll
Syntax
public class ModuleCommunicationEventArgs : EventArgs

Constructors

ModuleCommunicationEventArgs()

Declaration
public ModuleCommunicationEventArgs()

ModuleCommunicationEventArgs(string)

Declaration
public ModuleCommunicationEventArgs(string text)
Parameters
Type Name Description
string text

ModuleCommunicationEventArgs(string, object, string, string)

Declaration
public ModuleCommunicationEventArgs(string type, object value, string sender, string target)
Parameters
Type Name Description
string type
object value
string sender
string target

Properties

Sender

Declaration
public string Sender { get; set; }
Property Value
Type Description
string

Target

Declaration
public string Target { get; set; }
Property Value
Type Description
string

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
string

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
string

Value

Declaration
public object Value { get; set; }
Property Value
Type Description
object

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS