Show / Hide Table of Contents

Class MessageReceivedEventArgs

Inheritance
System.Object
System.EventArgs
MessageReceivedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Messaging
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class MessageReceivedEventArgs : EventArgs

Properties

| Improve this Doc View Source

Message

Declaration
[NotImplemented]
public string Message { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NameScope

Declaration
[NotImplemented]
public ReceiverNameScope NameScope { get; }
Property Value
Type Description
ReceiverNameScope
| Improve this Doc View Source

ReceiverName

Declaration
[NotImplemented]
public string ReceiverName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Response

Declaration
[NotImplemented]
public string Response { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SenderDomain

Declaration
[NotImplemented]
public string SenderDomain { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source