Share via


IListMakerApp.ItemRemoved Method

Informs a CD/DVD recording application that the user removed a file from the list.

Syntax

public void ItemRemoved(
   ListMakerItem item
);

Parameters

item

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

Return Value

This method does not return a value.

Remarks

The members of the ListMakerItem class provide information about the item that was removed. An application can use this information to determine the appropriate value to return in its ItemUsed property.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

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

See Also