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

Value

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