protected override void OnDisappearing()
        {
            base.OnDisappearing();

            MyStack.RemoveAllGestureRecognizers();
            MyStack2.RemoveAllGestureRecognizers();
        }
Example #2
0
        protected override void OnDisappearing()
        {
            base.OnDisappearing();
            StackGesture.OnGestureShouldBeginDelegate = null;
            ListGesture.OnGestureShouldBeginDelegate  = null;

            MyStack.RemoveAllGestureRecognizers();
            MyStack2.RemoveAllGestureRecognizers();
        }