ComponentOne FlexReport for UWP
NotifyCollectionEventArgs Constructor

C1.UWP.Document Assembly > C1.Xaml.Document 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