Hi, Matt!
Thanks for your fast return!
Let me explain better what I want do. I need to get the last components inserted by PostRequestForElementTypePlacement ( ) method. Then I want to fill some parameters in these components.
My strategy was implement the DocumentChanged event to get the ElementIds of last components inserted and then fill some parameters.
But, as I explained on previous menssage, when the PostRequestForElementTypePlacement ( ) method is executed, the DocumentChanged event doesn't work. This event seems does not triggered when this method is running.
So, I'm looking for suggestions to use PostRequestForElementTypePlacement ( ) method and DocumentChanged event together in this context.