Class FocusChangingEventArgs
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 10
Event arguments passed via the FocusChanging signal.
C#Copypublic class FocusChangingEventArgs : EventArgs
- Inheritance
-
FocusChangingEventArgs
Properties
Declaration
C#Copypublic View Current { get; set; }
Property Value
Type | Description |
---|---|
View |
API Level: 10
Declaration
C#Copypublic View.FocusDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
View.FocusDirection |
API Level: 10
Declaration
C#Copypublic View Proposed { get; set; }
Property Value
Type | Description |
---|---|
View |