G
Guest
Hi all,
I'd like to protect tags added with an add-in I created using C# .net.
Tags are inserted like this:
<MyTag>
<p>
<r>
<t>Hello</t>
</r>
</p>
</Mytag>
The event XMLAfterInsert fires when I add my tag, but the event
XMLBeforeDelete doesn't fire when the user erase the tag (with his keyboard).
So i'm trying to protect my tags but nothing really works...I tried to use
the XMLSelectionChange event, but there's still bugs here.
Someone has an idea...how could I protect my tags from being deleted by users?
Thx,
Frenchy
I'd like to protect tags added with an add-in I created using C# .net.
Tags are inserted like this:
<MyTag>
<p>
<r>
<t>Hello</t>
</r>
</p>
</Mytag>
The event XMLAfterInsert fires when I add my tag, but the event
XMLBeforeDelete doesn't fire when the user erase the tag (with his keyboard).
So i'm trying to protect my tags but nothing really works...I tried to use
the XMLSelectionChange event, but there's still bugs here.
Someone has an idea...how could I protect my tags from being deleted by users?
Thx,
Frenchy