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.
public class AppControlReceivedEventArgs : EventArgs
- Inheritance
Constructors
View SourceAppControlReceivedEventArgs(ReceivedAppControl)
Initializes the AppControlReceivedEventArgs class.
Declaration
public AppControlReceivedEventArgs(ReceivedAppControl appControl)
Parameters
Type | Name | Description |
---|---|---|
ReceivedAppControl | appControl |
API Level: 3
Properties
View SourceReceivedAppControl
The received AppControl.
Declaration
public ReceivedAppControl ReceivedAppControl { get; }
Property Value
Type | Description |
---|---|
ReceivedAppControl |