Windows XP Media Center Edition SDK TVRecordStateChangeDelegate Delegate 

banner art
Previous Next

TVRecordStateChangeDelegate Delegate

Represents the method that handles the Television.OnTVRecordStateChange event.

  

Parameters

sender

System.Object.  The source of the event.

args

Microsoft.MediaCenter.AddIn.TVRecordStateChangeArgs.  A TVRecordStateChangeArgs object that contains the event data.

Remarks

A TVRecordStateChangeDelegate is used to specify the method that is invoked in response to a Television.OnTVRecordStateChange event. To associate an instance of TVRecordStateChangeDelegate with an event, add the instance to the event. The method referenced by the TVRecordStateChangeDelegate is invoked whenever the status of a TV recording session has changed, until the TVRecordStateChangeDelegate is removed from the event.

Requirements

Reference: Microsoft.MediaCenter.dll

Namespace: Microsoft.MediaCenter.AddIn

Assembly: Microsoft.MediaCenter.dll

Platform: Windows XP Media Center Edition 2005

See Also

Previous Next

© 2005 Microsoft Corporation. All rights reserved.