Xceed DataGrid for Silverlight Documentation
NotifyItemsRemoved(Object) Method


An object representing the item that has been removed from the data source.
Notifies the data-source provider that the specified item has been removed from the data source.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataSourceProvider Class
DataSourceProvider Members
Overload List

Send Feedback