Class Window.WindowFocusChangedEventArgs

Definition

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

Do not use this, that will be deprecated.

C#
Copy
public class WindowFocusChangedEventArgs : EventArgs
Inheritance
Window.WindowFocusChangedEventArgs

Properties

View Source

FocusGained

Do not use this, that will be deprecated.

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

Extension Methods