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