BeforeAction

Description

Occurs just before SetAction is called on the server component.

Applies to

PSWebDataWindowClass objects

Arguments

None

Returns

Boolean. If true is returned, SetAction is called on the server component during the ServerAction phase of processing. If false is returned, SetAction is not called. You must include a return value in the event script.

Usage

Context restoration and action execution are separated in the server component. The context of the Web DataWindow is restored by the Validate event before this event is triggered.

See also