GestureBegin and GestureCompleted Events

In addition to the gesture-specific events, two events are raised before and after every gesture event. These are the GestureBegin and GestureCompleted events. Handlers for these events resemble the following:

void HandleGestureBegin(object sender, GestureEventArgs e){    /* method body. */}void HandleGestureCompleted(object sender, GestureEventArgs e){    /* method body. */}

Get Windows® Phone 8 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.