X
xargon
Hi everyone,
Can I catch a shape double click event from the ActiveDocument event list.
For example, I can do this when a shape is added to a document. I can catch
event like:
Private Sub Document_ShapeAdded(ByVal Shape As IVShape)
' Do something
End Sub
Is there something similar for when a shape is double clicked?
Cheers!
xargon
Can I catch a shape double click event from the ActiveDocument event list.
For example, I can do this when a shape is added to a document. I can catch
event like:
Private Sub Document_ShapeAdded(ByVal Shape As IVShape)
' Do something
End Sub
Is there something similar for when a shape is double clicked?
Cheers!
xargon