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
-
objectView.ControlStateChangedEventArgs
Constructors
View SourceControlStateChangedEventArgs(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 SourceCurrentState
The current control state.
Declaration
public ControlState CurrentState { get; }
Property Value
| Type | Description |
|---|---|
| ControlState |
PreviousState
The previous control state.
Declaration
public ControlState PreviousState { get; }
Property Value
| Type | Description |
|---|---|
| ControlState |