TVRecordStateChangedEventArgs Class
Contains information about changes to the status of a TV recording operation.
Note This class has been deprecated. Use the Microsoft.MediaCenter.TV.Scheduling.ScheduleEventChangedEventArgs class instead.
Syntax
public class TVRecordStateChangedEventArgs : EventArgs
Public Instance Properties
| Property | Description |
| Started | Gets a value that indicates whether the recording session started. |
| Stopped | Gets a value that indicates whether the recording session stopped. |
| Tuner | Gets the GUID of the tuner being used for the TV recording session. |
See Also