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.0.0.0 (5.0.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