Click or drag to resize

EntityExtensionBaseOnInsertedIntoParentCollection Method

Call when the entity item is inserted into 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 OnInsertedIntoParentCollection(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
Event args
See Also