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.6.0.0 (5.6.19.0117)
Syntaxprotected 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