Class SuspendedStateEventArgs

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.Common.dll
API Level:
6

Provides data for the SuspendedState event.

C#
Copy
public class SuspendedStateEventArgs : EventArgs
Inheritance
System.Object
SuspendedStateEventArgs

Constructors

View Source

SuspendedStateEventArgs(SuspendedState)

Initializes a new instance of the SuspendedStateEventArgs class.

Declaration
C#
Copy
public SuspendedStateEventArgs(SuspendedState state)
Parameters
Type Name Description
SuspendedState state

The information of the SuspendedState

API Level: 6

Properties

View Source

SuspendedState

Gets the suspended state of applications.

Declaration
C#
Copy
public SuspendedState SuspendedState { get; }
Property Value
Type Description
SuspendedState
API Level: 6