Click or drag to resize
ModelView.ModelViewChanged Event
Occurs when this model view was changed

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.ModelViews
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public event EventHandler<ElementChangedEventArgs<ModelViewChangeType, ModelView>> ModelViewChanged

Value

Type: System.EventHandler<ElementChangedEventArgs<ModelViewChangeType, ModelView>>
See Also