ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / NotifyCollectionChangedEventHandler Delegate
The source of the event.
The NotifyCollectionChangedEventArgs that contains the event data.

In This Topic
    NotifyCollectionChangedEventHandler Delegate
    In This Topic
    The delegate type for the event handlers of the INotifyCollectionChanged.CollectionChanged event.
    Syntax
    'Declaration
     
    Public Delegate Sub NotifyCollectionChangedEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    public delegate void NotifyCollectionChangedEventHandler( 
       System.object sender,
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    The NotifyCollectionChangedEventArgs that contains the event data.
    See Also