Class DisplayStateChangedEventArgs

    Definition

    Namespace:
    Tizen.System
    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
    object
    System.EventArgs
    DisplayStateChangedEventArgs

    Properties

    View Source

    State

    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
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX