Class GLWindow.FocusChangedEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

The focus changed event argument.

C#
Copy
public class FocusChangedEventArgs : EventArgs
Inheritance
GLWindow.FocusChangedEventArgs

Properties

View Source

FocusGained

FocusGained flag.

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

Extension Methods