MessageOnPropertyChanged Method  | 
 
            Called when a property changed which was worth a notification
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.MessageReporting
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxprotected void OnPropertyChanged(
	string propertyName
)
Protected Sub OnPropertyChanged ( 
	propertyName As String
)
Parameters
- propertyName
 - Type: SystemString
Name of the property. 
See Also