DisposableBase.ObservableCollectionPropertyChanged Method

For internal use only.
Protected Friend Sub ObservableCollectionPropertyChanged( _ 
ByVal sender As Object, _ 
ByVal e As NotifyCollectionChangedEventArgs
)
This language is not supported or no code example is available.
internal protected void ObservableCollectionPropertyChanged( 
object sender
NotifyCollectionChangedEventArgs e 
)
This language is not supported or no code example is available.

Parameters

sender
object

e
NotifyCollectionChangedEventArgs

.NET Framework

Supported in: 4.8

In this article

Definition