VirtualList.OnRequestItem Method

Gets the item at the specified index.

Syntax

  protected void OnRequestItem(
  int  
  index
  , 
  ItemRequestCallback  callback
);

Parameters

index

System.Int32.  The index of the item to retrieve.

callback

Microsoft.MediaCenter.UI.ItemRequestCallback.  A callback method that is used to notify the list that the item is available.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also