Class RequestEventArgs
Definition
- Namespace:
- Tizen.Applications.ComponentBased
- Assembly:
- Tizen.Applications.ComponentBased.Port.dll
- API Level:
- 9
Arguments for the event raised when the request is received.
public class RequestEventArgs : EventArgs
- Inheritance
Properties
View SourceIsReplyRequested
The flag indicating whether the reply is requested or not.
Declaration
public bool IsReplyRequested { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
API Level: 9
View SourceReply
The serialized reply data.
Declaration
public object Reply { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
API Level: 9
View SourceRequest
The received serialized data.
Declaration
public object Request { get; }
Property Value
Type | Description |
---|---|
System.Object |
API Level: 9
View SourceSender
The name of the sender port
Declaration
public string Sender { get; }
Property Value
Type | Description |
---|---|
System.String |