<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapFieldList Class / OnCollectionChanged Method
System.Collections.Specialized.NotifyCollectionChangedEventArgs that contains the event data.

In This Topic
    OnCollectionChanged Method (C1OlapFieldList)
    In This Topic
    Overridden to raise the ListChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCollectionChanged( _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected virtual void OnCollectionChanged( 
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    System.Collections.Specialized.NotifyCollectionChangedEventArgs that contains the event data.
    See Also