Class Button.StateChangedEventArgs

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    StateChangeEventArgs is a class to record button state change event arguments which will sent to user.

    public class Button.StateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    Button.StateChangedEventArgs

    Fields

    View Source

    CurrentState

    current state of Button

    Declaration
    public ControlStates CurrentState
    Field Value
    Type Description
    Tizen.NUI.Components.ControlStates
    View Source

    PreviousState

    previous state of Button

    Declaration
    public ControlStates PreviousState
    Field Value
    Type Description
    Tizen.NUI.Components.ControlStates
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX