Windows Media Player 11 SDK AxWindowsMediaPlayer.CdromBurnStateChange Event (VB and C#)
Previous | Next |
AxWindowsMediaPlayer.CdromBurnStateChange Event (VB and C#)
The CdromBurnStateChange event occurs when a CD burning operation changes state.
[Visual Basic] Private Sub player_CdromBurnStateChange( sender As Object, e As _WMPOCXEvents_CdromBurnStateChangeEvent ) Handles player.CdromBurnStateChange [C#]
Event Data
The handler associated with this event is of type AxWMPLib._WMPOCXEvents_CdromBurnStateChangeEventHandler. This handler receives an argument of type AxWMPLib._WMPOCXEvents_CdromBurnStateChangeEvent, which contains the following properties related to this event.
Property | Description |
pCdromBurn | WMPLib.IWMPCdromBurn
The interface that represents the burning operation that raised the error. |
wmpbs | WMPLib.WMPBurnState
The enumeration value that indicates the new state. |
Requirements
Version: Windows Media Player 11.
Namespace: AxWMPLib
Assembly: AxInterop.WMPLib.dll (automatically generated by Visual Studio)
See Also
Previous | Next |