 | 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)
Syntaxprotected virtual void OnInsertedIntoParentCollection(
EventArgs e
)
Protected Overridable Sub OnInsertedIntoParentCollection (
e As EventArgs
)
Parameters
- e
- Type: SystemEventArgs
Event args
See Also