Forces a PropertyChanged event to be fired.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
Parameters
- args
- Type: System.ComponentModelPropertyChangedEventArgs
A PropertyChangedEventArgs or null
Remarks
Passing a null value to this method will insure that a valid (dynamically created) property name is passed on to any listeners.
This method should only be needed in situations where changes to calculated fields or other properties not backed by an StructuralProperty must be made known.
See Also