This method is called at the end of a drag sequence. Unlike the OnMouseDrag method, this method will not get called until after the MinDragStartDistance has been reached.
Notes to Inheritors: Overriding methods must still call base.OnEndDrag() for correct behavior.