Windows XP Media Center Edition SDK APMResumeDelegate Delegate 

banner art
Previous Next

APMResumeDelegate Delegate

Represents the method that handles the HostControl.OnAPMResume event.

  

Parameters

sender

System.Object. The source of the event.

args

System.EventArgs. The object that contains the event data.

Remarks

An APMResumeDelegate is used to specify the method that is invoked in response to a HostControl.OnAPMResume event. To associate an instance of APMResumeDelegate with an event, add the instance to the event. The method referenced by the APMResumeDelegate is invoked whenever the system resumes operation after being suspended, until the APMResumeDelegate 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 and later

See Also

Previous Next

© 2005 Microsoft Corporation. All rights reserved.