Share via


CompletionCallback Delegate

Represents the method that handles completion events from a list application.

Syntax

public delegate void CompletionCallback(
    Exception ex
);

Parameters

ex

System.Exception.  The object on which this exception is based.

Return Value

This method does not return a value.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

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

See Also