ComponentOne Scheduler for WinForms
NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > NotifyCollectionChangedEventArgs Class > NotifyCollectionChangedEventArgs Constructor : NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction)
The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal action As NotifyCollectionChangedAction _
)
public NotifyCollectionChangedEventArgs( 
   NotifyCollectionChangedAction action
)

Parameters

action
The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
See Also

Reference

NotifyCollectionChangedEventArgs Class
NotifyCollectionChangedEventArgs Members
Overload List