UIElement3D.IsMouseDirectlyOverChanged Event

Definition

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

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

Event Type

Remarks

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

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

Applies to