Windows Media Player 11 SDK AxWindowsMediaPlayer.MediaCollectionChange Event (VB and C#)
Previous | Next |
AxWindowsMediaPlayer.MediaCollectionChange Event (VB and C#)
The MediaCollectionChange event occurs when the media collection changes.
[Visual Basic] Private Sub player_MediaCollectionChange( sender As Object, e As System.EventArgs ) Handles player.MediaCollectionChange [C#] private void player_MediaCollectionChange( 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
- AxWindowsMediaPlayer Object (VB and C#)
- AxWindowsMediaPlayer.mediaCollection (VB and C#)
- IWMPMediaCollection Interface (VB and C#)
Previous | Next |