Method OnLongTap
OnLongTap(LongTapEventArgs)
Called when the LongTap event is raised.
protected virtual void OnLongTap(LongTapEventArgs e)
Parameters
eLongTapEventArgsAn EventArgs that contains the event data.
Remarks
Derived classes can override this method to handle the event without attaching a delegate.