Definition
- Namespace:
- Tizen.Applications.ComponentBased
- Assembly:
- Tizen.Applications.ComponentBased.Port.dll
Arguments for the event raised when the request is received.
public class RequestEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
RequestEventArgs
Properties
View Source
IsReplyRequested
The flag indicating whether the reply is requested or not.
Declaration
public bool IsReplyRequested { get; }
Property Value
Declaration
public object Reply { get; set; }
Property Value
Declaration
public object Request { get; }
Property Value
Declaration
public string Sender { get; }
Property Value