Windows Media Player 11 SDK AxWindowsMediaPlayer.CdromMediaChange Event (VB and C#)
Previous | Next |
AxWindowsMediaPlayer.CdromMediaChange Event (VB and C#)
The CdromMediaChange event occurs when a CD or DVD is inserted into or ejected from a CD or DVD drive.
[Visual Basic] Private Sub player_CdromMediaChange( sender As Object, e As _WMPOCXEvents_CdromMediaChangeEvent ) Handles player.CdromMediaChange [C#]
Event Data
The handler associated with this event is of type AxWMPLib._WMPOCXEvents_CdromMediaChangeEventHandler. This handler receives an argument of type AxWMPLib._WMPOCXEvents_CdromMediaChangeEvent, which contains the following property related to this event.
Property | Description |
CdromNum | System.Int32
Specifies the index of the CD or DVD drive. |
Remarks
The index of the CD drive corresponds to the index of an IWMPCdrom interface accessible through the IWMPCdromCollection interface.
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#)
- IWMPCdrom Interface (VB and C#)
- IWMPCdromCollection Interface (VB and C#)
Previous | Next |