Method AfterTouch
AfterTouch(Control, TouchEventArgs)
Called when Touch event is raised.
public virtual void AfterTouch(Control sender, TouchEventArgs e)
Parameters
sender
ControlControl which sends the notification.
e
TouchEventArgsA TouchEventArgs that contains the event data.