IListMakerApp.ItemAdded Method

Informs a CD/DVD recording application that the user added a new file to the list.

Syntax

public void ItemAdded(
   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 new item. An application can use this information to determine the appropriate value to return in its ByteUsed property.

This method should raise a ListMakerException if it encounters a problem.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

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

See Also