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.

C#
Copy
public class RequestEventArgs : EventArgs
Inheritance
System.Object
RequestEventArgs

Properties

View Source

IsReplyRequested

The flag indicating whether the reply is requested or not.

Declaration
C#
Copy
public bool IsReplyRequested { get; }
Property Value
Type Description
Boolean
API Level: 9
View Source

Reply

The serialized reply data.

Declaration
C#
Copy
public object Reply { get; set; }
Property Value
Type Description
System.Object
API Level: 9
View Source

Request

The received serialized data.

Declaration
C#
Copy
public object Request { get; }
Property Value
Type Description
System.Object
API Level: 9
View Source

Sender

The name of the sender port

Declaration
C#
Copy
public string Sender { get; }
Property Value
Type Description
System.String
API Level: 9