Occurs when the control changes its open state.
Syntax
MediaPlayer_OpenStateChange( OldState, NewState )
Parameters
OldState
A Long value specifying the previous OpenState property value.
NewState
A Long value indicating the new OpenState property value.
Remarks
Use this event to process changes in the OpenState property.
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.