'Declaration
Protected Overloads Sub OnPropertyChanged( _ ByVal propertyName As String, _ ByVal refreshUIElements As Boolean _ )
protected void OnPropertyChanged( string propertyName, bool refreshUIElements )
Parameters
- propertyName
- Name of the property.
- refreshUIElements
- if set to
true
visual elements of the column will be unloaded.