Click or drag to resize

EntityExtensionBaseOnSaving Method

Called before saving the entity

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

Parameters

e
Type: EBP.Api.Interfaces.EntityICancelEntityEventArgs
Cancel entity event args
See Also