NotifyPropertyChangedObject.RaiseNotifyPropertyChangedEvent(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.
Raises the PropertyChanged event.
protected void RaiseNotifyPropertyChangedEvent (string? propertyName = default);
member this.RaiseNotifyPropertyChangedEvent : string -> unit
Protected Sub RaiseNotifyPropertyChangedEvent (Optional propertyName As String = Nothing)
Parameters
- propertyName
- String
The name of the property being set.
This parameter should be onitted value when this method is called from a property's setter.