Class DisplayStateChangedEventArgs
Definition
- Assembly:
- Tizen.System.dll
DisplayStateChangedEventArgs is an extended EventArgs class. This class contains event arguments for the DisplayStateChanged event from the display class.
C#Copypublic class DisplayStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsDisplayStateChangedEventArgs
Properties
View Source
State
The state indicates the current display state of the device which is an enumeration of the type DisplayState.
Declaration
C#Copypublic DisplayState State { get; }
Property Value
| Type | Description |
|---|---|
| DisplayState |