'Declaration Public Overloads Sub NotifyItemsRemoved( _ ByVal itemRemoved As Object _ )
'Usage Dim instance As DataSourceProvider Dim itemRemoved As Object instance.NotifyItemsRemoved(itemRemoved)
public void NotifyItemsRemoved( object itemRemoved )
Parameters
- itemRemoved
- An object representing the item that has been removed from the data source.