FocusEventArgs 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.
Event args for VisualElement's Focused and Unfocused events.
public ref class FocusEventArgs : EventArgs
public class FocusEventArgs : EventArgs
type FocusEventArgs = class
inherit EventArgs
Public Class FocusEventArgs
Inherits EventArgs
- Inheritance
-
FocusEventArgs
Constructors
FocusEventArgs(VisualElement, Boolean) |
Constructs and initializes a new instance of the FocusEventArgs class. |
Properties
IsFocused |
Gets whether or not the VisualElement was focused. |
VisualElement |
Gets the VisualElement who's focused was changed. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.