ComponentOne FlexReport for WinForms
NotifyCollectionEventArgs Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > NotifyCollectionEventArgs Class : NotifyCollectionEventArgs Constructor
The action that caused the event.
The index of the item that is affected by the change.
Initializes a new instance of the NotifyCollectionEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal action As CollectionAction, _
   ByVal index As System.Integer _
)
public NotifyCollectionEventArgs( 
   CollectionAction action,
   System.int index
)

Parameters

action
The action that caused the event.
index
The index of the item that is affected by the change.
See Also

Reference

NotifyCollectionEventArgs Class
NotifyCollectionEventArgs Members