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

In This Topic
    OnCollectionChanging Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCollectionChanging( _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected virtual void OnCollectionChanging( 
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also