MediaBreakEndedEventArgs.MediaBreak Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the MediaBreak for which playback has ended.
public:
property MediaBreak ^ MediaBreak { MediaBreak ^ get(); };
MediaBreak MediaBreak();
public MediaBreak MediaBreak { get; }
var mediaBreak = mediaBreakEndedEventArgs.mediaBreak;
Public ReadOnly Property MediaBreak As MediaBreak
Property Value
The MediaBreak for which playback has ended.