 | EntityExtensionBaseDoDelete Method |
Method called after entity is deleted. If return false, the delete of the entity is canceled
Namespace:
EBP.Api.Entity
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxprotected virtual bool DoDelete()
Protected Overridable Function DoDelete As Boolean
Return Value
Type:
BooleanTrue if success, false otherwise
See Also