InputManager::HitTestInvalidatedAsync Event

 

Occurs when the result of a hit-test may have changed.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
event EventHandler^ HitTestInvalidatedAsync {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

.NET Framework
Available since 3.0
Return to top
Show: