OnSourceCollectionChanged Method
In This Topic
Syntax
'Declaration
Protected Sub OnSourceCollectionChanged( _
ByVal As System.Object, _
ByVal As System.Collections.Specialized.NotifyCollectionChangedEventArgs _
)
protected void OnSourceCollectionChanged(
System.object ,
System.Collections.Specialized.NotifyCollectionChangedEventArgs
)
Parameters
- sender
- args
See Also