GoXam for WPF v3
PropertyChanged Event (PartManager.VirtualLinkData)
Northwoods.GoXam Namespace > PartManager.VirtualLinkData Class : PropertyChanged Event
This implementation of INotifyPropertyChanged does nothing.
Syntax
public event PropertyChangedEventHandler PropertyChanged
Event Data

The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also