'Declaration
Protected Sub RaisePropertyChanged( _ ByVal propertyName As System.String _ )
'Usage
Dim instance As BasePublicObject Dim propertyName As System.String instance.RaisePropertyChanged(propertyName)
protected void RaisePropertyChanged( System.string propertyName )
Parameters
- propertyName
- The property which was changed.