Share via


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

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.Disconnect Event (VB and C#)

The Disconnect event is reserved for future use.

[Visual Basic]
Private Sub player_Disconnect(
  sender As Object,
  e As _WMPOCXEvents_DisconnectEvent
) Handles player.Disconnect

[C#]


Event Data

The handler associated with this event is of type AxWMPLib._WMPOCXEvents_DisconnectEventHandler. This handler receives an argument of type AxWMPLib._WMPOCXEvents_DisconnectEvent, 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