Namespace:
System.ComponentModel
Assembly:
System (in System.dll)
Visual Basic (Declaration)
Public Class PropertyChangedEventArgs _
Inherits EventArgs
Dim instance As PropertyChangedEventArgs
public class PropertyChangedEventArgs : 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.
System..::.Object
System..::.EventArgs
System.ComponentModel..::.PropertyChangedEventArgs
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference