Share via


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

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.PlaylistCollectionPlaylistSetAsDeleted Event (VB and C#)

The PlaylistCollectionPlaylistSetAsDeleted event is reserved for future use.

[Visual Basic]
Private Sub player_PlaylistCollectionPlaylistSetAsDeleted(
  sender As Object,
  e As _WMPOCXEvents_PlaylistCollectionPlaylistSetAsDeletedEvent
) Handles player.PlaylistCollectionPlaylistSetAsDeleted

[C#]

Event Data

The handler associated with this event is of type AxWMPLib._WMPOCXEvents_PlaylistCollectionPlaylistSetAsDeletedEventHandler. This handler receives an argument of type AxWMPLib._WMPOCXEvents_PlaylistCollectionPlaylistSetAsDeletedEvent, which contains the following properties related to this event.

Property Description
bstrPlaylistName System.String

Not supported.

varfIsDeleted System.Boolean

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