Click or drag to resize
ProjectControllerRootDocumentInModelChanged Event
Event which is raised when a root document in a DerivedModelDefinition has been changed, added or removed. The root document involved is enclosed inside the event args. At time of the event raise, the document does refer back to the containing DerivedModelDefinition, but it's not guaranteed that this stays this way, e.g. in case of a remove

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

Value

Type: SystemEventHandlerElementInListChangedEventArgsDerivedModelContainingDocumentsChangeType, RootDocumentDefinition
See Also