Click or drag to resize
DerivedModelDefinitionRootDocumentInModelChanged Event
Event which is raised when a root document in this DerivedModelDefinition has been changed, added or removed. The root document involved is enclosed inside the event args.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public event EventHandler<ElementInListChangedEventArgs<DerivedModelContainingDocumentsChangeType, RootDocumentDefinition>> RootDocumentInModelChanged

Value

Type: SystemEventHandlerElementInListChangedEventArgsDerivedModelContainingDocumentsChangeType, RootDocumentDefinition
See Also