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

In This Topic
    RaisePropertyChanged Method (DataGridRiaNumericFilter)
    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