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.
public class DisplayStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsDisplayStateChangedEventArgs
Properties
View SourceState
The state indicates the current display state of the device which is an enumeration of the type DisplayState.
Declaration
public DisplayState State { get; }
Property Value
Type | Description |
---|---|
DisplayState |