Click or drag to resize
DBElementBasePerformAdditionalContainedElementChangedWork Method
Performs the additional contained element changed work. Override if additional work has to be done after the OnContainedElementChanged method has run.

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 virtual void PerformAdditionalContainedElementChangedWork(
	ContainedElementActionEventArgs e
)

Parameters

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