Class DisplayStateChangedEventArgs

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.dll
API Level:
3

DisplayStateChangedEventArgs is an extended EventArgs class. This class contains event arguments for the DisplayStateChanged event from the display class.

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

Properties

View Source

State

The state indicates the current display state of the device which is an enumeration of the type DisplayState.

Declaration
C#
Copy
public DisplayState State { get; }
Property Value
Type Description
DisplayState
API Level: 3