I'm writing an addin that requires a series of cascading adds/deletes to related tables whenever the user deletes a feature from a particular layer. If I have code that creates and deletes other rows within the RowDeletedEvent handler (see screenshot below), will those adds and deletes become part of the original edit operation?

Thanks!
Chris