Skip to main content
All docs
V25.1
  • .NET 8.0+

    PersistentBase.OnDeleting() Method

    Invoked when the current object is about to be deleted.

    Namespace: DevExpress.Xpo

    Assembly: DevExpress.Xpo.v25.1.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