MediaCueEventArgs.Cue Property

Definition

Gets the cue that triggered the event.

public:
 property IMediaCue ^ Cue { IMediaCue ^ get(); };
IMediaCue Cue();
public IMediaCue Cue { get; }
var iMediaCue = mediaCueEventArgs.cue;
Public ReadOnly Property Cue As IMediaCue

Property Value

The cue that triggered the event.

Applies to