PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridGroupsCollection Class / OnSourceCollectionChanged Method

In This Topic
    OnSourceCollectionChanged Method
    In This Topic
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.DataCollection.C1CacheDataCollection`1/d__19)> 
    Protected Overridable Sub OnSourceCollectionChanged( _ 
       ByVal sender As Object, _ 
       ByVal e As NotifyCollectionChangedEventArgs _ 
    ) 
    [AsyncStateMachine(C1.DataCollection.C1CacheDataCollection`1/d__19)] 
    protected virtual void OnSourceCollectionChanged( 
       object sender, 
       NotifyCollectionChangedEventArgs e 
    )

    Parameters

    sender
    e
    See Also