UIElement.IsMouseCaptureWithinChanged Event

Definition

Occurs when the value of the IsMouseCaptureWithinProperty changes on this element.

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

Event Type

Remarks

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

Applies to