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#Copypublic class AppControlReceivedEventArgs : EventArgs
- Inheritance
Constructors
View Source
AppControlReceivedEventArgs(ReceivedAppControl)
Initializes the AppControlReceivedEventArgs class.
Declaration
C#Copypublic AppControlReceivedEventArgs(ReceivedAppControl appControl)
Parameters
Type | Name | Description |
---|---|---|
ReceivedAppControl | appControl |
API Level: 3
Properties
Declaration
C#Copypublic ReceivedAppControl ReceivedAppControl { get; }
Property Value
Type | Description |
---|---|
ReceivedAppControl |