UIElement.IsEnabledChanged Event

Definition

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

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

Event Type

Remarks

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

Applies to