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
    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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX