ActiveReports 8
NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction,Object,Object,Int32)

Syntax
'Declaration
 
Public Function New( _
   ByVal action As NotifyCollectionChangedAction, _
   ByVal newItem As System.Object, _
   ByVal oldItem As System.Object, _
   ByVal index As System.Integer _
)
public NotifyCollectionChangedEventArgs( 
   NotifyCollectionChangedAction action,
   System.object newItem,
   System.object oldItem,
   System.int index
)

Parameters

action
newItem
oldItem
index
See Also

Reference

NotifyCollectionChangedEventArgs Class
NotifyCollectionChangedEventArgs Members
Overload List

Support Forum