Evento ContentElement.IsKeyboardFocusWithinChanged
.NET Framework 3.0
Occurs when the value of the IsKeyboardFocusWithinChanged property changes on this element.
Spazio dei nomi: System.Windows
Assembly: PresentationCore (in presentationcore.dll)
Spazio dei nomi XML: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: PresentationCore (in presentationcore.dll)
Spazio dei nomi XML: http://schemas.microsoft.com/winfx/2006/xaml/presentation
/** @event */ public void add_IsKeyboardFocusWithinChanged (DependencyPropertyChangedEventHandler value) /** @event */ public void remove_IsKeyboardFocusWithinChanged (DependencyPropertyChangedEventHandler value)
In JScript è possibile gestire gli eventi definiti da una classe, ma non è possibile definirne di personalizzati.
<object IsKeyboardFocusWithinChanged="DependencyPropertyChangedEventHandler" .../>