.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Catch a REFEDIT command event

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
351 Views, 0 Replies

Catch a REFEDIT command event

Hi everybody
Well, I did not have too much luck in my last post, so I am rephrasing my last post.

I would like to catch the event when someone updates a xref by using the REFEDIT command (by double clicking on the dwg xref this command fires activating a toolbar, then you are able to modify the xref and save the changes by selecting the save option on the toolbar). I notice there is a REFCLOSE command and then a SAV one, but I am not able to catch this last command by issuing


Private Sub AcadDoc_EndCommand(ByVal CommandName As String) Handles AcadDoc.EndCommand
if CommandName ="SAV" then

'here is my code

end if

End Sub

Is there any othe way?. Thanks for you help.

Raul
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Forma Design Contest


Autodesk Design & Make Report