ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / NotifyCollectionChangedEventArgs Class / NotifyCollectionChangedEventArgs Constructor / NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction)
The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.

In This Topic
    NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction)
    In This Topic
    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