Click or drag to resize
DBElementBaseOnContainedElementRemoved Method
Called when this object received an event of type ContainedElementRemoved

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected void OnContainedElementRemoved(
	Object sender,
	ContainedElementActionEventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: SD.LLBLGen.Pro.Core.EventArgumentsContainedElementActionEventArgs
The event arguments instance containing the event data.
See Also