DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class / OnListChanged Method
The object that raises the event.
The event data.

In This Topic
    OnListChanged Method
    In This Topic
    Called to raise ListChanged event.
    Syntax
    'Declaration
     
    Protected Sub OnListChanged( _
       ByVal sender As Object, _
       ByVal e As ListChangedEventArgs _
    ) 
    protected void OnListChanged( 
       object sender,
       ListChangedEventArgs e
    )

    Parameters

    sender
    The object that raises the event.
    e
    The event data.
    See Also