PlaybackSession.KeyCommandEvent Event
Fires for keystroke and command events. Applications that need to receive keystroke and command events add a KeyCommandEventHandler delegate to this event. When events arrive, the KeyCommandEventArgs object in the event callback indicates the type of event and additional details.
Syntax
public KeyCommandEventHandler KeyCommandEvent;
Requirements
Reference: Microsoft.MediaCenter.ITVVM
Namespace: Microsoft.MediaCenter.TVVM
Assembly: Microsoft.MediaCenter.ITVVM.dll
Platform: Windows 7
See Also