ICreateFileListHelper.OnItemAdded Method

Informs the list application that the user has added a new file to the list.

Syntax

  public void OnItemAdded(
  ListMakerItem  item
);

Parameters

item

Microsoft.MediaCenter.ListMaker.ListMakerItem.  An instance of the ListMakerItem class.

Return Value

This method does not return a value.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also