ItemRequestCallback Delegate

Represents a callback method that is invoked in response to a VirtualList item query after the data item is available.

Syntax

  public delegate void ItemRequestCallback(
  object  
  sender
  , 
  int  index, 
  object  item
);

Parameters

sender

System.Object.  The object on which the OnRequestItem callback was invoked.

index

System.Int32.  The index of the data item.

item

System.Object.  The data item object that is provided in response to the VirtualList request.

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