Share via


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

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.DurationUnitChange Event (VB and C#)

The DurationUnitChange event is reserved for future use.

[Visual Basic]
Private Sub player_DurationUnitChange(
  sender As Object,
  e As _WMPOCXEvents_DurationUnitChangeEvent
) Handles player.DurationUnitChange

[C#]

Event Data

The handler associated with this event is of type AxWMPLib._WMPOCXEvents_DurationUnitChangeEventHandler. This handler receives an argument of type AxWMPLib._WMPOCXEvents_DurationUnitChangeEvent, which contains the following property related to this event.

Property Description
newDurationUnit System.Int32

Not supported.

Remarks

This event is reserved for future use.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: AxWMPLib

Assembly: AxInterop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next