Share via


EventSchedule.ScheduleEventStateChanged Event

Raised when any scheduled recording event changes.

Syntax

public EventSchedule.EventStateChangedEventHandler ScheduleEventStateChanged;

Remarks

You may be notified of multiple changes that happen at the same time in a single event. For more information, see ScheduleEventChangedEventArgs Class.

The following state changes are not notified:

  • State change from None to any other state when creating a scheduled recording event.
  • State change from Canceled, Deleted, or Error to None when removing a scheduled recording event.

Requirements

Reference: ehRecObj

Namespace: Microsoft.MediaCenter.TV.Scheduling

Assembly: ehRecObj.dll

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

See Also