VisualElement.FocusRequestArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains event arguments for the FocusChangeRequested event.
public class VisualElement.FocusRequestArgs : EventArgs
type VisualElement.FocusRequestArgs = class
inherit EventArgs
- Inheritance
-
System.EventArgsVisualElement.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. |