XMLAfterInsert event problems

G

Gareth

Hi,

I've been having some odd issues with XMLAfterInsert events in my c# COM
addin.
1. No events are generated for xml node insertion after the first paste in
a long string of stacked pastes, eg holding down ctrl-V.
2. Using newXMLNode.Delete() in responce to XMLAfterInsert events, results
in only half (Rounded upwards) of the nodes in a paste getting
XMLAfterInsert events.
Any way to deal with these problems? My aim here is to be able to stop
users from being able to add XML from my schema to any document they attach
it to, while letting them edit relatively freely otherwise.

Thanks.
 
Joined
May 6, 2021
Messages
1
Reaction score
0
Hi,

I've been having some odd issues with XMLAfterInsert events in my c# COM
addin.
1. No events are generated for xml node insertion after the first paste in
a long string of stacked pastes, eg holding down ctrl-V.
2. Using newXMLNode.Delete() in responce to XMLAfterInsert events, results
in only half (Rounded upwards) of the nodes in a paste getting
XMLAfterInsert events.
Any way to deal with these problems? My aim here is to be able to stop
users from being able to add XML from my schema to any document they attach
it to, while letting them edit relatively freely otherwise.

Thanks.
Have you found an answer yet?
 

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