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 SourceMessage
Declaration
[NotImplemented]
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
NameScope
Declaration
[NotImplemented]
public ReceiverNameScope NameScope { get; }
Property Value
Type | Description |
---|---|
ReceiverNameScope |
ReceiverName
Declaration
[NotImplemented]
public string ReceiverName { get; }
Property Value
Type | Description |
---|---|
System.String |
Response
Declaration
[NotImplemented]
public string Response { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SenderDomain
Declaration
[NotImplemented]
public string SenderDomain { get; }
Property Value
Type | Description |
---|---|
System.String |