Click or drag to resize
ProjectController.RootDocumentInModelChanged 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.0.0.0 (5.0.0)
Syntax
public event EventHandler<ElementInListChangedEventArgs<DerivedModelContainingDocumentsChangeType, RootDocumentDefinition>> RootDocumentInModelChanged

Value

Type: System.EventHandler<ElementInListChangedEventArgs<DerivedModelContainingDocumentsChangeType, RootDocumentDefinition>>
See Also