ContentElement.IsKeyboardFocusedChanged, événement
.NET Framework 3.0
Occurs when the value of the IsKeyboardFocused property changes on this element.
Espace de noms: System.Windows
Assembly : PresentationCore (dans presentationcore.dll)
Espace de noms XML : http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly : PresentationCore (dans presentationcore.dll)
Espace de noms XML : http://schemas.microsoft.com/winfx/2006/xaml/presentation
/** @event */ public void add_IsKeyboardFocusedChanged (DependencyPropertyChangedEventHandler value) /** @event */ public void remove_IsKeyboardFocusedChanged (DependencyPropertyChangedEventHandler value)
En JScript, vous pouvez gérer les événements définis par une classe, mais vous ne pouvez pas définir les vôtres.
<object IsKeyboardFocusedChanged="DependencyPropertyChangedEventHandler" .../>