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 class FocusEventArgs : EventArgs
type FocusEventArgs = class
inherit EventArgs
- Inheritance
-
System.EventArgsFocusEventArgs
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. |