ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / OnPropertyChanged Method / OnPropertyChanged(String) Method
Name of the property.

In This Topic
    OnPropertyChanged(String) Method
    In This Topic
    Raises the PropertyChanged event corresponding to the propertyName parameter.
    Syntax
    'Declaration
     
    
    Protected Overloads Sub OnPropertyChanged( _
       ByVal propertyName As String _
    ) 
    protected void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property.
    See Also