QueryCloseSolution Event

      Applies To

Occurs just before triggering the BeforeClosing event.

Syntax

Event QueryCloseSolution (ByVar fCancel As Boolean)

This syntax has these parts:

Part Description
fCancel When True (default), solution closing is canceled. When False, solution closing is allowed to continue.