Click or drag to resize

EntityDefinitionHandleFieldsListChanged Method

Handles the fields list changed event. Checks unique constraint.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
protected override void HandleFieldsListChanged(
	ListChangedEventArgs e
)

Parameters

e
Type: System.ComponentModelListChangedEventArgs
The ListChangedEventArgs instance containing the event data.
See Also