QueryCancelSelectionDeleteEvent not firing

P

Peter Collins

Hi

Im using the visio 2003 drawing control in a vb.net application. prior to updating office, the event below would fire on deleting a group of selected elements, but since then (and having to rebuild the dll's due to references being lost with office update), it no longer fires, thus i have no way to cancel a delete

Private Sub visioAxDrawing_QueryCancelSelectionDelete(ByVal sender As Object, ByVal e As AxVisOcx.EVisOcx_QueryCancelSelectionDeleteEvent) Handles visioAxDrawing.QueryCancelSelectionDelete

End Sub

this event was created using the normal method in vs.net 2003 of selecting the withevents control and the event handler in the code window. ive heard of other ways to handle events but they seem to be too over the top/hard to handle to bother using in an application that may be needed to be maintained by others with less knowledge about visio.

thanks in advance for any help here.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top