Click or drag to resize

EntityExtensionBaseOnDeleted Method

Called after the entity is deleted

Namespace:  EBP.Api.Entity
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected virtual void OnDeleted(
	IEntityEventArgs e
)

Parameters

e
Type: EBP.Api.Interfaces.EntityIEntityEventArgs
Entity event args
See Also