'Declaration Protected Overridable Sub RaisePropertyChanged( _ ByVal propertyName As String _ )
'Usage Dim instance As LayoutElement Dim propertyName As String instance.RaisePropertyChanged(propertyName)
protected virtual void RaisePropertyChanged( string propertyName )
Parameters
- propertyName
- The property that has changed.