TouchDevice::Updated Event

.NET Framework (current version)
 

Occurs when a touch message is sent.

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

public:
event EventHandler^ Updated {
	virtual void add(EventHandler^ value) sealed;
	virtual void remove(EventHandler^ value) sealed;
}

.NET Framework
Available since 4.0
Return to top
Show: