Share via


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

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.FolderScanStateChange Event (VB and C#)

The FolderScanStateChange event occurs when a folder monitoring operation changes state.

[Visual Basic]
Private Sub player_FolderScanStateChange(
  sender As Object,
  e As _WMPOCXEvents_FolderScanStateChangeEvent
) Handles player.FolderScanStateChange

[C#]

Event Data

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

Property Description
wmpfss WMPLib.WMPFolderScanState

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