Enabled ImageSprites that are not draggable

I’m doing a project for my school and I’m wondering if it’s possible to have an ImageSprite that is enabled (can be touched) and not be draggable at the same time (my project has the code to have a when ImageSprite dragged, do block that is vital). If it’s not possible with the blocks, can I be directed to an extension that can do this?

So long as you don't update the position of the sprite in the when ImageSprite.Dragged event, then its position won't change.