 | 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)
Syntaxprotected virtual void OnDeletingFromParentCollection(
CancelEventArgs e
)
Protected Overridable Sub OnDeletingFromParentCollection (
e As CancelEventArgs
)
Parameters
- e
- Type: System.ComponentModelCancelEventArgs
Cancel event args
See Also