Skip to main content
.NET 6.0+

PersistentBase.OnDeleting() Method

Invoked when the current object is about to be deleted.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

protected virtual void OnDeleting()

Remarks

Override this method in your PersistentBase descendants to add custom logic to a persistent object when the object is about to be deleted.

Tip

To automatically remove the associated child objects, use the AggregatedAttribute.

See Also