Class BaseHandle.FocusRequestArgs
Definition
- Assembly:
- Tizen.NUI.dll
Contains event arguments for the FocusChangeRequested event.
C#Copypublic class BaseHandle.FocusRequestArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsBaseHandle.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#Copypublic bool Focus { get; set; }
Property Value
Type | Description |
---|---|
bool |
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#Copypublic bool Result { get; set; }
Property Value
Type | Description |
---|---|
bool |