You can't stop an event from running code but you can look for some kind of condition in that event and act accordingly. One way would be to use the value you might be passing to OpenArgs when you open that form one way or another. Another might be a module level variable that you set when the form is open. As long as that form is open, the value of the variable is able to be read from other code. So you can wrap your current double click code in an IF block, and test for a condition that you create. F'rinstance, if said variable is True, then Exit Sub.
EDIT - dblclick event also has a cancel feature, so probably could make use of that also.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.