Class ModuleCommunicationEventArgs
Inheritance
ModuleCommunicationEventArgs
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
Properties
Sender
Declaration
public string Sender { get; set; }
Property Value
Target
Declaration
public string Target { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
Value
Declaration
public object Value { get; set; }
Property Value
Extension Methods