BaconographyWP8Core.View.LinkedSelfTextPageView.myGridGestureListener_Flick C# (CSharp) Method

myGridGestureListener_Flick() public method

public myGridGestureListener_Flick ( object sender, Microsoft.Phone.Controls.FlickGestureEventArgs e ) : void
sender object
e Microsoft.Phone.Controls.FlickGestureEventArgs
return void
        public void myGridGestureListener_Flick(object sender, FlickGestureEventArgs e)
        {
            if (!ContentFocused)
            {
                FlipViewUtility.FlickHandler(sender, e, DataContext as ViewModelBase, this);
            }
        }