GestureRecognizer.GestureErrorDelegate

public delegate void GestureErrorDelegate(string error, int hresult);

Parameters

errorA readable error string (when possible).
hresultThe HRESULT code from the platform.

Description

Callback indicating an error or warning occurred.

GestureErrorDelegate has been deprecated. Use GestureError instead.

Did you find this page useful? Please give it a rating: