UIElement3D.IsKeyboardFocusedChanged Event

Definition

Occurs when the value of the IsKeyboardFocused property changes on this element.

public:
 event System::Windows::DependencyPropertyChangedEventHandler ^ IsKeyboardFocusedChanged;
public event System.Windows.DependencyPropertyChangedEventHandler IsKeyboardFocusedChanged;
member this.IsKeyboardFocusedChanged : System.Windows.DependencyPropertyChangedEventHandler 
Public Custom Event IsKeyboardFocusedChanged As DependencyPropertyChangedEventHandler 

Event Type

Remarks

This member is a CLR event, not a routed event.

IsKeyboardFocusedChanged is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to

See also