'Declaration Public Function New( _ ByVal action As DataSourceChangedAction, _ ByVal newItems As IEnumerable(Of Object), _ ByVal oldItems As IEnumerable(Of Object) _ )
'Usage Dim action As DataSourceChangedAction Dim newItems As IEnumerable(Of Object) Dim oldItems As IEnumerable(Of Object) Dim instance As New DataSourceChangedEventArgs(action, newItems, oldItems)
public DataSourceChangedEventArgs( DataSourceChangedAction action, IEnumerable<object> newItems, IEnumerable<object> oldItems )
Parameters
- action
- The DataSourceChangedAction that caused the data source to change.
- newItems
- The new items involved in the change
- oldItems
- The list of items affected by the change