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. */
}

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.147.103.227