Click or drag to resize

EntityExtensionBaseOnDeletingFromParentCollection Method

Call when the entity item is deleted from the the parent collection

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

Parameters

e
Type: System.ComponentModelCancelEventArgs
Cancel event args
See Also