PlayStateChange Event

Occurs when the control changes its play state.

Syntax

MediaPlayer_PlayStateChange( OldState, NewState )

Parameters

OldState

A Long value specifying the previous PlayState property value.

NewState

A Long value specifying the new PlayState property value.

Remarks

Use this event to process changes in the PlayState property.

See Also

PlayState, SendPlayStateChangeEvents

© 1996-1998 Microsoft Corporation. All rights reserved.