ContentLocatorBase.INotifyPropertyChanged.PropertyChanged Event
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.
For a description of this member, see PropertyChanged.
This API supports the product infrastructure and is not intended to be used directly from your code.
event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged;
member this.System.ComponentModel.INotifyPropertyChanged.PropertyChanged : System.ComponentModel.PropertyChangedEventHandler
Custom Event PropertyChanged As PropertyChangedEventHandler Implements System.ComponentModel.INotifyPropertyChanged
Event Type
Implements
Remarks
Occurs when a change is made to a content locator property.
This member is an explicit interface member implementation. It can be used only when the ContentLocatorBase instance is cast to an INotifyPropertyChanged interface.