C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.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 _
) 
 

Parameters

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