Class SuspendedStateEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
Provides data for the SuspendedState event.
C#Copypublic class SuspendedStateEventArgs : EventArgs
- Inheritance
-
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 |
Properties
Declaration
C#Copypublic SuspendedState SuspendedState { get; }
Property Value
| Type | Description |
|---|---|
| SuspendedState |