VisualElement.FocusRequestArgs Class

Definition

Contains event arguments for the FocusChangeRequested event.

public class VisualElement.FocusRequestArgs : EventArgs
type VisualElement.FocusRequestArgs = class
    inherit EventArgs
Inheritance
VisualElement.FocusRequestArgs

Constructors

VisualElement.FocusRequestArgs()

Creates a new VisualElement.FocusRequestArgs with default values.

Properties

Focus

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

Result

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

Applies to