KeyboardCommandEventState Enumeration

Contains values that indicate whether new events will be delivered to the PlaybackSession.KeyCommandEvent event. If the application does not process events quickly enough, the PlaybackSession.KeyboardCommandEventState property notifies the application that no further events will be delivered.

  public enum KeyboardCommandEventState

Members

Value Description
DoneListening No more events will be delivered.
Listening Events are being delivered.

Requirements

Reference: Microsoft.MediaCenter.ITVVM

Namespace: Microsoft.MediaCenter.TVVM

Assembly: Microsoft.MediaCenter.ITVVM.dll

Platform: Windows 7

See Also