I’m currently using the GoView1_SelectionDeleting event to deal with a user deleting an individual node or a link.
However, when a node is deleted (that has incoming links), this event does not fire for each associated link (which are automatically deleted.) I assume I need to use the DocumentChanged event - which fires for each object that is being deleted. Here's my question: how can I cancel the whole thing from the DocumentChanged event? I see no way to cancel the event and rollback all changes. It may be obvious - but I can't figure this one out. Thanks- DaveYou’ll have to continue to use the SelectionDeleting event to do the cancel.
Hmm - that wasn’t much to go on.
The good news is I've figured it out.
Thanks-
Dave