Share via


ICreateFileListHelper.OnClosed Method

Informs the list application that the user has closed a list of items.

Syntax

  public void OnClosed(
  ClosedReason  closedReason,
  ListMakerList  fileList
);

Parameters

closedReason

Microsoft.MediaCenter.ListMaker.ClosedReason.  The action that the user took when closing a list of items.

fileList

Microsoft.MediaCenter.ListMaker.ListMakerList.  Provides access to a collection of list items.

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