Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManager Class / OnSourceCollectionContentChanged Method


In This Topic
    OnSourceCollectionContentChanged Method (DataManager)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Sub OnSourceCollectionContentChanged( _
       ByVal sender As Object, _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As DataManager
    Dim sender As Object
    Dim e As NotifyCollectionChangedEventArgs
     
    instance.OnSourceCollectionContentChanged(sender, e)
    protected override void OnSourceCollectionContentChanged( 
       object sender,
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    sender
    e
    See Also