Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
protected void RaiseOnChange<T>(
	T oldValue,
	T newValue,
	string propertyName
)

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