DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRow Class / OnPropertyChanged Method

In This Topic
    OnPropertyChanged Method (ViewRow)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPropertyChanged( _
       ByVal propertyName As String _
    ) 
    protected virtual void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    See Also