Share via


SortableList.OnRequestItem Method

Specifies the ItemRequestCallback callback for a list item.

Syntax

  protected virtual void OnRequestItem(
  int  index,
  Microsoft.MediaCenter.UI.ItemRequestCallback  callback
);

Parameters

index

System.Int32.  The index of the list item.

callback

Microsoft.MediaCenter.UI.ItemRequestCallback.  The callback method that is invoked in response after the data item is available.

Return Value

This method does not return a value.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.DataAccess

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also