ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridCheckBoxFilter Class / RaisePropertyChanged Method
Name of the property that was changed.

In This Topic
    RaisePropertyChanged Method (DataGridCheckBoxFilter)
    In This Topic
    Raises the PropertyChanged event.
    Syntax
    'Declaration
     
    
    Protected Sub RaisePropertyChanged( _
       ByVal propertyName As String _
    ) 
    protected void RaisePropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property that was changed.
    See Also