Share via


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

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.PlaylistCollectionChange Event (VB and C#)

The PlaylistCollectionChange event occurs when something changes in the playlist collection.

[Visual Basic]
Private Sub player_PlaylistCollectionChange(
  sender As Object,
  e As System.EventArgs
) Handles player.PlaylistCollectionChange

[C#]
private void player_PlaylistCollectionChange(
  object sender,
  System.EventArgs e
)

Event Data

This event does not contain data.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: AxWMPLib

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

See Also

Previous Next