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

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > NotifyCollectionChangedEventArgs Class > NotifyCollectionChangedEventArgs Constructor : NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction,Object,Object,Int32)
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal action As NotifyCollectionChangedAction, _
   ByVal newItem As Object, _
   ByVal oldItem As Object, _
   ByVal index As Integer _
)
public NotifyCollectionChangedEventArgs( 
   NotifyCollectionChangedAction action,
   object newItem,
   object oldItem,
   int index
)

Parameters

action
newItem
oldItem
index
See Also

Reference

NotifyCollectionChangedEventArgs Class
NotifyCollectionChangedEventArgs Members
Overload List