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