OpenStateChange

Description

Sent when the control changes its open state.

Syntax
Private Sub object_OpenStateChange OldState NewState

ParameterDescription
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

SendOpenStateChangeEvents, OpenState

Return to Player Control Reference.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.