<
ComponentOne OLAP for WPF and Silverlight
C1.WPF.FlexGrid Namespace / RowCollection Class / OnCollectionChanged(NotifyCollectionChangedEventArgs) Method

In This Topic
    OnCollectionChanged(NotifyCollectionChangedEventArgs) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub OnCollectionChanged( _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected override void OnCollectionChanged( 
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also