FocusEventArgs Třída

Definice

Event args for VisualElement's Focused a Unfocused events.

public class FocusEventArgs : EventArgs
type FocusEventArgs = class
    inherit EventArgs
Dědičnost
FocusEventArgs

Konstruktory

FocusEventArgs(VisualElement, Boolean)

Vytvoří a inicializuje novou instanci FocusEventArgs třídy.

Vlastnosti

IsFocused

Získá, zda byl fokus VisualElement nebo ne.

VisualElement

Získá změnu VisualElement toho, kdo je zaměřený.

Platí pro