DataSource for Entity Framework in WPF
C1.LiveLinq.Collections Namespace / IndexableObject Class / OnPropertyChanged Method
The name of the property that is changed.

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

    Parameters

    propertyName
    The name of the property that is changed.
    See Also