UITouchEventArgs Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate used in conjunction with the ShouldReceiveTouch property.
public delegate bool UITouchEventArgs(UIGestureRecognizer recognizer, UITouch touch);
type UITouchEventArgs = delegate of UIGestureRecognizer * UITouch -> bool
Parameters
- recognizer
- UIGestureRecognizer
The recognizer that triggered this touch event.
- touch
- UITouch
The actual touch event recognized.