Xceed DataGrid for Silverlight Documentation
BeginGetSelectedItems(AsyncCallback,Object) Method


The AsyncCallback delegate to be called when the operation is complete.
An object containing state information for the operation.
Begins the asynchronous retrieval of the selected items.
Syntax
'Declaration
 
Public Function BeginGetSelectedItems( _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
'Usage
 
Dim instance As DataGridContext
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginGetSelectedItems(callback, asyncState)
public IAsyncResult BeginGetSelectedItems( 
   AsyncCallback callback,
   object asyncState
)

Parameters

callback
The AsyncCallback delegate to be called when the operation is complete.
asyncState
An object containing state information for the operation.

Return Value

An IAsyncResult representing the result of the operation.
Requirements

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

See Also

Reference

DataGridContext Class
DataGridContext Members

Send Feedback