Class SuspendedStateEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
- API Level:
- 6
Provides data for the SuspendedState event.
C#Copypublic class SuspendedStateEventArgs : EventArgs
- Inheritance
-
System.ObjectSystem.EventArgsSuspendedStateEventArgs
Constructors
View Source
SuspendedStateEventArgs(SuspendedState)
Initializes a new instance of the SuspendedStateEventArgs class.
Declaration
C#Copypublic SuspendedStateEventArgs(SuspendedState state)
Parameters
Type | Name | Description |
---|---|---|
SuspendedState | state | The information of the SuspendedState |
API Level: 6
Properties
Declaration
C#Copypublic SuspendedState SuspendedState { get; }
Property Value
Type | Description |
---|---|
SuspendedState |