Method RaiseTouch
RaiseTouch(TouchEventArgs)
Raises the Touch event and calls OnTouch(TouchEventArgs) method.
public void RaiseTouch(TouchEventArgs e)
Parameters
e
TouchEventArgsAn TouchEventArgs that contains the event data.
Raises the Touch event and calls OnTouch(TouchEventArgs) method.
public void RaiseTouch(TouchEventArgs e)
e
TouchEventArgsAn TouchEventArgs that contains the event data.