Skip to content

OnHide - cWebFloatingPanel

Fires when the floating panel is hidden

Type: Event

Syntax

Procedure OnHide

Description

Fires when the floating panel is hidden.

Set pbServerOnHide to True for the server event to fire.

When OnHide triggers, the panel is already hidden, and calling methods on hidden panels is not allowed by default. If an error 4430 "Server Action Security Check Error Executing this web method 'ONHIDE' is not allowed by the target object ..." is triggered, you will need to also set pbNoAccessibilityCheck to True or override and change AllowServerAction.