DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetCursorDataCollection Class / OnCollectionChanged Method
The object that originated the change.
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.

In This Topic
    OnCollectionChanged Method (C1AdoNetCursorDataCollection)
    In This Topic
    Raises the CollectionChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCollectionChanged( _
       ByVal sender As Object, _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected virtual void OnCollectionChanged( 
       object sender,
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    sender
    The object that originated the change.
    e
    The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.
    See Also