Provides data for the PropertyChanged event.
'Usage Dim instance As PropertyChangedEventArgs 'Declaration Public Class PropertyChangedEventArgs _ Inherits EventArgs
A PropertyChanged event is raised when a property is changed on a component. A PropertyChangedEventArgs object specifies the name of the property that changed.
PropertyChangedEventArgs provides the PropertyName property to get the name of the property that changed.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.