UIElement3D.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.

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

Applies to

See also