Class Window.FocusChangedEventArgs

Definition

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

The focus changed event argument.

C#
Copy
public class FocusChangedEventArgs : EventArgs
Inheritance
System.Object
Window.FocusChangedEventArgs

Properties

View Source

FocusGained

FocusGained flag.

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