ComponentOne DataObjects for .NET
Events on Deleting Row
DataObjects for .NET (Enterprise Edition) > Business Logic > Business Logic Events > Events on Deleting Row

Before deleting a row, DataObjects for .NET fires the BeforeDelete event. Throwing an exception in this event aborts deleting the row.

After a row has been successfully deleted, DataObjects for .NET fires the AfterDelete event.