onDeletedDependency MethodStatic
Deprecated in 5.1.9 - will not be removed until after 2027-05-04. Use onDeletedDependencyArg instead.
Callback invoked by saveChanges on an ElementDrivesElement relationship when the relationship instance has been deleted. A subclass of ElementDrivesElement can re-implement this static method to take some action.
onDeletedDependency(_props: RelationshipProps, _iModel: IModelDb): void
| Parameter | Type | Description |
|---|---|---|
| _props | RelationshipProps | The deleted ElementDrivesElement relationship instance. |
| _iModel | IModelDb | The iModel |
Returns - void
Defined in
- backend/src/Relationship.ts Line 106
Last Updated: 05 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.