Class View.ControlStateChangedEventArgs

    Definition

    Namespace:
    Tizen.NUI.BaseComponents
    Assembly:
    Tizen.NUI.dll

    The class represents the information of the situation where the View's control state changes.

    public class View.ControlStateChangedEventArgs : EventArgs
    Inheritance
    object
    View.ControlStateChangedEventArgs

    Constructors

    View Source

    ControlStateChangedEventArgs(ControlState, ControlState)

    Create an instance with mandatory fields.

    Declaration
    public ControlStateChangedEventArgs(ControlState previousState, ControlState currentState)
    Parameters
    Type Name Description
    ControlState previousState

    The previous control state.

    ControlState currentState

    The current control state.

    Properties

    View Source

    CurrentState

    The current control state.

    Declaration
    public ControlState CurrentState { get; }
    Property Value
    Type Description
    ControlState
    View Source

    PreviousState

    The previous control state.

    Declaration
    public ControlState PreviousState { get; }
    Property Value
    Type Description
    ControlState

    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