Class FocusManager.FocusChangedEventArgs
Definition
- Assembly:
- Tizen.NUI.dll
Event arguments that passed via the FocusChanged signal.
C#Copypublic class FocusManager.FocusChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsFocusManager.FocusChangedEventArgs
Properties
Declaration
C#Copypublic View CurrentView { get; set; }
Property Value
Type | Description |
---|---|
View |
Declaration
C#Copypublic View NextView { get; set; }
Property Value
Type | Description |
---|---|
View |