Class SuspendedStateEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
Provides data for the SuspendedState event.
public class SuspendedStateEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSuspendedStateEventArgs
Constructors
View SourceSuspendedStateEventArgs(SuspendedState)
Initializes a new instance of the SuspendedStateEventArgs class.
Declaration
public SuspendedStateEventArgs(SuspendedState state)
Parameters
Type | Name | Description |
---|---|---|
SuspendedState | state | The information of the SuspendedState |
Properties
View SourceSuspendedState
Gets the suspended state of applications.
Declaration
public SuspendedState SuspendedState { get; }
Property Value
Type | Description |
---|---|
SuspendedState |