Class Button.StateChangedEventArgs

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
6

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

C#
Copy
public class StateChangedEventArgs : EventArgs
Inheritance
Button.StateChangedEventArgs

Fields

View Source

CurrentState

current state of Button

Declaration
C#
Copy
public ControlStates CurrentState
Field Value
Type Description
Tizen.NUI.Components.ControlStates
API Level: 6
View Source

PreviousState

previous state of Button

Declaration
C#
Copy
public ControlStates PreviousState
Field Value
Type Description
Tizen.NUI.Components.ControlStates
API Level: 6