| ImageGestureRecognizer Events | 
The ImageGestureRecognizer type exposes the following members.
 Events
Events| Name | Description | |
|---|---|---|
|  | MaximumPathCountExceeded | 
            Fires when the maximum path count is exceeded
             | 
|  | StateUpdated | 
            Fires when state is updated, use this instead of Updated, which has been deprecated.
            The gesture object has a CurrentTrackedTouches property where you can access the current touches.
            (Inherited from GestureRecognizer.) | 
|  | Updated | Obsolete. 
            Executes when the gesture changes
            (Inherited from GestureRecognizer.) | 
 See Also
See Also