Windows Media Player 11 SDK AxWindowsMediaPlayer.LibraryConnect Event (VB and C#)
Previous | Next |
AxWindowsMediaPlayer.LibraryConnect Event (VB and C#)
The LibraryConnect event occurs when a library becomes available.
[Visual Basic] Private Sub player_LibraryConnect( sender As Object, e As _WMPOCXEvents_LibraryConnectEvent ) Handles player.LibraryConnect [C#]
Event Data
The handler associated with this event is of type AxWMPLib._WMPOCXEvents_LibraryConnectEventHandler. This handler receives an argument of type AxWMPLib._WMPOCXEvents_LibraryConnectEvent, which contains the following property related to this event.
Property | Description |
pLibrary | WMPLib.IWMPLibrary
The interface that represents the library that connected. |
Remarks
This event does not occur for the local library.
Requirements
Version: Windows Media Player 11.
Namespace: AxWMPLib
Assembly: AxInterop.WMPLib.dll (automatically generated by Visual Studio)
See Also
Previous | Next |