OnVisible event
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.