UIElement.FocusableChanged Event

Definition

Occurs when the value of the Focusable property changes.

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

Event Type

Remarks

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

Applies to

See also