Click or drag to resize

SourceNavigatorPath.HasBeenChanged Event

Event which is raised when a contained element has been changed. For observers it's not important which one, they have to re-examine the path for their own requirements to see whether it's still valid.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.10.0.0 (5.10.0)
Syntax
public event MemberValueElementChangedHandler HasBeenChanged

Value

Type: SD.Tools.Algorithmia.GeneralDataStructures.MemberValueElementChangedHandler

Implements

INotifyAsChanged.HasBeenChanged
See Also