Click or drag to resize

GroupableModelElementHandleFieldsListChanged 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.6.0.0 (5.6.19.0117)
Syntax
protected virtual void HandleFieldsListChanged(
	ListChangedEventArgs e
)

Parameters

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