Click or drag to resize
ModelViewListOnRemovingItemComplete Method
Called right after the item passed in has been removed from this list.

Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModel.ModelViews
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
protected override void OnRemovingItemComplete(
	ModelView item
)

Parameters

item
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.ModelViewsModelView
The item.
See Also