ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / NotifyCollectionChangedEventHandler Delegate

In This Topic
    NotifyCollectionChangedEventHandler Delegate
    In This Topic
    Represents the method that handles events that implement the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event.
    Syntax
    'Declaration
     
    Public Delegate Sub NotifyCollectionChangedEventHandler( _
       ByVal sender As Object, _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    public delegate void NotifyCollectionChangedEventHandler( 
       object sender,
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    sender
    e
    See Also