Windows Media Player 11 SDK AxWindowsMediaPlayer.StatusChange Event (VB and C#) 

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.StatusChange Event (VB and C#)

The StatusChange event occurs when the status property changes value.

[Visual Basic]
Private Sub player_StatusChange(
  sender As Object,
  e As System.EventArgs
) Handles player.StatusChange

[C#]
private void player_StatusChange(
  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

Previous Next