<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapFieldList Class / OnListChanged Method
ListChangedEventArgs that provides the event data.

In This Topic
    OnListChanged Method (C1OlapFieldList)
    In This Topic
    Raises the ListChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnListChanged( _
       ByVal e As ListChangedEventArgs _
    ) 
    protected virtual void OnListChanged( 
       ListChangedEventArgs e
    )

    Parameters

    e
    ListChangedEventArgs that provides the event data.
    See Also