Catrobat.IDE.WindowsPhone.Controls.ListsViewControls.CatrobatListView.CatrobatListViewMisc.CatrobatListViewWorker.CatrobatListViewWorker_ManipulationCompleted C# (CSharp) Method

CatrobatListViewWorker_ManipulationCompleted() private method

private CatrobatListViewWorker_ManipulationCompleted ( object sender, Windows e ) : void
sender object
e Windows
return void
        void CatrobatListViewWorker_ManipulationCompleted(object sender, Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs e)
        {
            EndDrag();
        }