Share via


Windows Media Player 11 SDK AxWindowsMediaPlayer.EndOfStream Event (VB and C#) 

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.EndOfStream Event (VB and C#)

The EndOfStream event is reserved for future use.

[Visual Basic]
Private Sub player_EndOfStream(
  sender As Object,
  e As _WMPOCXEvents_EndOfStreamEvent
) Handles player.EndOfStream

[C#]

Event Data

The handler associated with this event is of type AxWMPLib._WMPOCXEvents_EndOfStreamEventHandler. This handler receives an argument of type AxWMPLib._WMPOCXEvents_EndOfStreamEvent, which contains the following property related to this event.

Property Description
result System.Int32

Not supported.

Remarks

This event is reserved for future use.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: AxWMPLib

Assembly: AxInterop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next