DataCollectorBaseRaiseOnChangeT Method |
Raises the on change.
Namespace:
SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.1.0.0 (5.1.0)
Syntax protected void RaiseOnChange<T>(
T oldValue,
T newValue,
string propertyName
)
Protected Sub RaiseOnChange(Of T) (
oldValue As T,
newValue As T,
propertyName As String
)
Parameters
- oldValue
- Type: T
The old value. - newValue
- Type: T
The new value. - propertyName
- Type: SystemString
Name of the property.
Type Parameters
- T
See Also