ComponentOne DataFilter for WPF
C1.DataFilter Namespace / Filter Class / OnPropertyChanged Method

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

    Parameters

    propertyName
    See Also