Click or drag to resize
DBElementBaseHandleContainedListChangedTChangeType Method
Handles the contained list changed.

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 HandleContainedListChanged<TChangeType>(
	ListChangedType typeOfListChange,
	TChangeType typeOfElementChange
)

Parameters

typeOfListChange
Type: System.ComponentModelListChangedType
The type of list change.
typeOfElementChange
Type: TChangeType
The type of element change.

Type Parameters

TChangeType
See Also