Click or drag to resize
ModelViewInheritanceEdgeRemoved Event
Event which is raised when an inheritance edge has been removed from this view

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
public event EventHandler<GraphChangeEventArgs<InheritanceEdge>> InheritanceEdgeRemoved

Value

Type: SystemEventHandlerGraphChangeEventArgsInheritanceEdge
See Also