.NET Framework Class Library for Silverlight
PropertyChangedEventArgs Class

Provides data for the PropertyChanged event.

Namespace:  System.ComponentModel
Assembly:  System (in System.dll)
Syntax

Visual Basic (Declaration)
Public Class PropertyChangedEventArgs _
    Inherits EventArgs
Visual Basic (Usage)
Dim instance As PropertyChangedEventArgs
C#
public class PropertyChangedEventArgs : EventArgs
Remarks

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.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.ComponentModel..::.PropertyChangedEventArgs
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Tags :


Page view tracker