Class AppControlReceivedEventArgs

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.Common.dll
API Level:
3

Arguments for the event that raised when the application receives the AppControl.

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

Constructors

View Source

AppControlReceivedEventArgs(ReceivedAppControl)

Initializes the AppControlReceivedEventArgs class.

Declaration
C#
Copy
public AppControlReceivedEventArgs(ReceivedAppControl appControl)
Parameters
Type Name Description
ReceivedAppControl appControl
API Level: 3

Properties

View Source

ReceivedAppControl

The received AppControl.

Declaration
C#
Copy
public ReceivedAppControl ReceivedAppControl { get; }
Property Value
Type Description
ReceivedAppControl
API Level: 3