Class Button.StateChangedEventArgs
Deprecated in API8; Will be removed in API10. Please use View.ControlStateChangedEventArgs
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.
[Obsolete("Deprecated in API8; Will be removed in API10. Please use View.ControlStateChangedEventArgs")]
public class StateChangedEventArgs : EventArgs
- Inheritance
Fields
View SourceCurrentState
Deprecated in API8; Will be removed in API10
current state of Button
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public ControlStates CurrentState
Field Value
Type | Description |
---|---|
Tizen.NUI.Components.ControlStates |
API Level: 6
View SourcePreviousState
Deprecated in API8; Will be removed in API10
previous state of Button
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public ControlStates PreviousState
Field Value
Type | Description |
---|---|
Tizen.NUI.Components.ControlStates |