Class BaseHandle.FocusRequestArgs
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
Contains event arguments for the FocusChangeRequested event.
public class FocusRequestArgs : EventArgs
- Inheritance
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 |
---|---|
Boolean |
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 |
---|---|
Boolean |