AdvancedCollectionView.OnPropertyChanged(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Property changed event invoker
protected virtual void OnPropertyChanged(string propertyName = default);
abstract member OnPropertyChanged : string -> unit
override this.OnPropertyChanged : string -> unit
Protected Overridable Sub OnPropertyChanged (Optional propertyName As String = Nothing)
Parameters
- propertyName
- String
name of the property that changed