Class BaseHandle.FocusRequestArgs
Definition
- Assembly:
- Tizen.NUI.dll
Contains event arguments for the FocusChangeRequested event.
[Obsolete("Deprecated in API9; Will be removed in API11.")]
public class BaseHandle.FocusRequestArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsBaseHandle.FocusRequestArgs
Properties
View SourceFocus
Gets or sets a value that indicates the starting focus state of the element for which a focus change is requested.
Declaration
public bool Focus { get; set; }
Property Value
Type | Description |
---|---|
bool |
Result
Gets or sets a value that indicates the ending focus state of the element for which a focus change is requested.
Declaration
public bool Result { get; set; }
Property Value
Type | Description |
---|---|
bool |