Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fires when the Visible property of the object is changed.
Syntax
HTML Attribute | <element OnVisible = "handler(event)"> |
attachEvent Method | object.attachEvent("OnVisible", handler) |
Event information
Synchronous | No |
Bubbles | No |
Cancelable | No |
Event handler parameters
vVisible [in]
Type: Boolean
A Boolean that specifies whether the object is visible. Can be one of the following values.
VARIANT_FALSE (false)
Object is not visible.
VARIANT_TRUE (true)
Object is visible.