Class BaseHandle.FocusRequestArgs

Definition

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

Contains event arguments for the FocusChangeRequested event.

C#
Copy
[Obsolete("Deprecated in API9; Will be removed in API11.")] public class FocusRequestArgs : EventArgs
Inheritance
System.Object
BaseHandle.FocusRequestArgs

Properties

View Source

Focus

Gets or sets a value that indicates the starting focus state of the element for which a focus change is requested.

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

Result

Gets or sets a value that indicates the ending focus state of the element for which a focus change is requested.

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