Espandi Riduci a icona
Questo argomento non è stato ancora valutato - Valuta questo argomento

Evento ContentElement.GotFocus

Occurs when this element gets logical focus.

Spazio dei nomi: System.Windows
Assembly: PresentationCore (in presentationcore.dll)
Spazio dei nomi XML:  http://schemas.microsoft.com/winfx/2006/xaml/presentation

public event RoutedEventHandler GotFocus
/** @event */
public void add_GotFocus (RoutedEventHandler value)

/** @event */
public void remove_GotFocus (RoutedEventHandler value)

In JScript è possibile gestire gli eventi definiti da una classe, ma non è possibile definirne di personalizzati.
<object GotFocus="RoutedEventHandler" .../>

Identifier field

GotFocusEvent

Routing strategy

Bubbling

Delegate

RoutedEventHandler

  • There is no corresponding tunneling event.

  • Override OnGotFocus to implement class handling for this event in derived classes.

Logical focus differs from keyboard focus if focus is deliberately forced by using a method call but the previous keyboard focus exists in a different scope. In this scenario, keyboard focus remains where it is and the element where a Focus method is called still gets logical focus.

A more precise interpretation of this event is that it is raised when the value of the IsFocused property of an element in the route is changed from false to true.

Because this event uses bubbling routing, the element that receives focus might be a child element instead of the element where the event handler is actually attached. Check the Source in the event data to determine the actual element that gained focus.

Microsoft .NET Framework 3.0 è supportato in Windows Vista, Microsoft Windows XP SP2 e Windows Server 2003 SP1.

.NET Framework

Supportato in:
Il documento è risultato utile?
(1500 caratteri rimanenti)

Aggiunte alla community

AGGIUNGI
Microsoft sta conducendo un sondaggio in linea per comprendere l'opinione degli utenti in merito al sito Web di MSDN. Se si sceglie di partecipare, quando si lascia il sito Web di MSDN verrà visualizzato il sondaggio in linea.

Si desidera partecipare?
© 2013 Microsoft. Tutti i diritti riservati.