Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As NotifyCollectionChangedAction, _
ByVal As Object, _
ByVal As Object, _
ByVal As Integer _
)
public NotifyCollectionChangedEventArgs(
NotifyCollectionChangedAction ,
object ,
object ,
int
)
Parameters
- action
- newItem
- oldItem
- index
See Also