DataGridColumn.NotifyPropertyChanged Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Called by a specific column type when one of its properties changes and its current cells need to be updated.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)

Syntax

'Declaration
Protected Sub NotifyPropertyChanged ( _
    propertyName As String _
)
protected void NotifyPropertyChanged(
    string propertyName
)

Parameters

  • propertyName
    Type: System.String
    The name of the column property that has changed.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

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