Class FocusManager.FocusedViewEnterKeyEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

Do not use this, that will be deprecated.

C#
Copy
public class FocusedViewEnterKeyEventArgs : EventArgs
Inheritance
FocusManager.FocusedViewEnterKeyEventArgs

Properties

View Source

View

View.

Declaration
C#
Copy
public View View { get; set; }
Property Value
Type Description
View
API Level: 3

Extension Methods