DocumentDefinitionBaseSignalContainedElementChanged Method |
Namespace:
SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax protected virtual void SignalContainedElementChanged(
GroupableModelElementChangeType typeOfChange,
string originalValue,
string newValue
)
Protected Overridable Sub SignalContainedElementChanged (
typeOfChange As GroupableModelElementChangeType,
originalValue As String,
newValue As String
)
Parameters
- typeOfChange
- Type: SD.LLBLGen.Pro.ApplicationCoreGroupableModelElementChangeType
- originalValue
- Type: SystemString
- newValue
- Type: SystemString
See Also