ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / OnItemsSourceChanging Method
System.EventArgs that contains the event data.

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

    Parameters

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