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

In This Topic
    NotifyCollectionChangedEventArgs Constructor(NotifyCollectionChangedAction,Object)
    In This Topic
    Initializes a new instance of the NotifyCollectionChangedEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal action As NotifyCollectionChangedAction, _
       ByVal changedItem As System.Object _
    )
    public NotifyCollectionChangedEventArgs( 
       NotifyCollectionChangedAction action,
       System.object changedItem
    )

    Parameters

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