Xceed DataGrid for Silverlight Documentation
EndGetSelectedItems Method (DataGridContext)


An IAsyncResult representing the result of the operation as returned by BeginGetSelectedItems.
Ends the asynchronous retrieval of the selected items.
Syntax
'Declaration
 
Public Function EndGetSelectedItems( _
   ByVal asyncResult As IAsyncResult _
) As IEnumerable(Of Object)
'Usage
 
Dim instance As DataGridContext
Dim asyncResult As IAsyncResult
Dim value As IEnumerable(Of Object)
 
value = instance.EndGetSelectedItems(asyncResult)
public IEnumerable<object> EndGetSelectedItems( 
   IAsyncResult asyncResult
)

Parameters

asyncResult
An IAsyncResult representing the result of the operation as returned by BeginGetSelectedItems.

Return Value

A generic IEnumerable of objects representing the selected items.
Requirements

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

See Also

Reference

DataGridContext Class
DataGridContext Members

Send Feedback