FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / OnItemsSourceChanged(EventArgs) Method
System.EventArgs that contains the event data.

In This Topic
    OnItemsSourceChanged(EventArgs) Method
    In This Topic
    Raises the ItemsSourceChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnItemsSourceChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnItemsSourceChanged( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also