Touch::FrameReported Event
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Occurs when the input system promotes a Windows 7 touch message forWindows Phone.
Assembly: System.Windows (in System.Windows.dll)
A frame is a series of touch messages/touch points. You can examine the specifics by handling the event and calling GetTouchPoints or other APIs in the TouchFrameEventArgs event data.
Touch input requires hardware that is touch-sensitive, as well as an environment that supports the infrastructure needed to expose touch events to individual applications.