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