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