Windows Media Player 11 SDK AxWindowsMediaPlayer.MarkerHit Event (VB and C#)
Previous | Next |
AxWindowsMediaPlayer.MarkerHit Event (VB and C#)
The MarkerHit event occurs when a marker is reached.
[Visual Basic] Private Sub player_MarkerHit( sender As Object, e As _WMPOCXEvents_MarkerHitEvent ) Handles player.MarkerHit [C#] private void player_MarkerHit( object sender, _WMPOCXEvents_MarkerHitEvent e )
Event Data
The handler associated with this event is of type AxWMPLib._WMPOCXEvents_MarkerHitEventHandler. This handler receives an argument of type AxWMPLib._WMPOCXEvents_MarkerHitEvent, which contains the following property related to this event.
Property | Description |
MarkerNum | System.Int32
Indicates the number of the marker that was hit. |
Requirements
Version: Windows Media Player 9 Series or later
Namespace: AxWMPLib
Assembly: AxInterop.WMPLib.dll (automatically generated by Visual Studio)
See Also
Previous | Next |