Class AppControlReceivedEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
Arguments for the event that raised when the application receives the AppControl.
C#Copypublic class AppControlReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAppControlReceivedEventArgs
Constructors
View Source
AppControlReceivedEventArgs(ReceivedAppControl)
Initializes the AppControlReceivedEventArgs class.
Declaration
C#Copypublic AppControlReceivedEventArgs(ReceivedAppControl appControl)
Parameters
Type | Name | Description |
---|---|---|
ReceivedAppControl | appControl |
Properties
Declaration
C#Copypublic ReceivedAppControl ReceivedAppControl { get; }
Property Value
Type | Description |
---|---|
ReceivedAppControl |