ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / OnPropertyChanged Method / OnPropertyChanged(String,Boolean) Method
Name of the property.
if set to true visual elements of the column will be unloaded.

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

    Parameters

    propertyName
    Name of the property.
    refreshUIElements
    if set to true visual elements of the column will be unloaded.
    See Also