OnNetVarChange Event

Applies to TestComplete 12.60, last modified on September 17, 2018

Occurs when the value of a network suite variable is changed.

Declaration

OnNetVarChange(SenderVarNameOldValueNewValue) Parameters
Sender [in] Required Variant
VarName [in] Required String
OldValue [in] Required Variant
NewValue [in] Required Variant

Description

The event occurs when the value of a network suite variable changes. You can use this event to perform desired actions when changing the network suite variables.

Parameters

The event has the following parameters:

Sender

The Event control that processes the event.

VarName

VarName specifies the name of the network suite (netsuite) variable whose value has been changed.

OldValue

Specifies the previous value of the netsuite variable.

NewValue

Specifies the new value of the netsuite variable.

Remarks

For information on how to create an event handler for this and other TestComplete events, see Handling Events.

See Also

Distributed Testing
Network Suite Variables
OnNetJobStateChange Event
OnNetSuiteStateChange Event
OnNetTaskStateChange Event
Handling Events
Event Control

Highlight search results