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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.